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!
-