0

We just want to encrypt communication channel between application (tomcat) and database (oracle). Also JDBC and ODBC channels need to be encrypted as our application uses both JDBC and ODBC. We tried to follow oracle pdf but couldn't achieve it.

https://www.oracle.com/technetwork/database/enterprise-edition/wp-oracle-jdbc-thin-ssl-130128.pdf

1 Answers1

0

Have you tried using Oracle Wallets or Java Key Stores(JKS) ? check out the blog for details.

Nirmala
  • 1,278
  • 1
  • 10
  • 11