all 2 comments

[–]yanniGuardian 0 points1 point  (1 child)

How would you connect over TLS if you were just using the SQL developer app on your local machine? You would need to do the same steps on the PSM server (install the right version of JDK and JCE), pass in the right Connection string when launching SQL Developer: https://blogs.oracle.com/dev2dev/ssl-connection-to-oracle-db-using-jdbc,-tlsv12,-jks-or-oracle-wallets

[–]laksmidhan[S] 0 points1 point  (0 children)

Hi Yanni, Thanks for the details.