Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jdbc connections - secure and insecure to one instance

user10824908Jul 31 2018 — edited Aug 1 2018

We have an oracle 12g instance and 2 different  custom apps that want to connect via jdbc thin drivers.

One of these apps wants to use an unsecured connection via TCP (the usual port of 1521) and we have successfully done this.

The other app however must connect via secure TCP ie on TLS (which is usually done on port 2484), because it’s requirement is to have an encrypted connection (we only need encryption in transit, we do not need any encryption at rest).

is it possible for one DB instance to support both types of connections? If so, I would appreciate pointers on how to go about it

Thanks!

-

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 29 2018
Added on Jul 31 2018
4 comments
1,253 views