My application uses oracle.ucp.jdbc.PoolDataSource to connect to database. Able to connect to database with normal connection. How to establish secure SSL connection to oracle database?
How to establish secure(SSL) connection to oracle database when using oracle.ucp.jdbc.PoolDataSource?
218 Views Asked by Chandu At
3
Can you review JDBC developer's guide for the instructions? You can also review this technical brief, it is old, but, you can still use it.
If you are using JKS or Oracle Wallets, you can also check out the videos on www.oracle.com/jdbc.