Note: If you are configuring the SSL connection, Oracle assumes that you understand the concept of wallets and the (SSL) functionality.
Use My Oracle Support's Knowledge article: 762286.1: End to End Examples of using SSL with Oracle’s JDBC THIN Driver. This article provides examples of the following:
- Creating a self-signed Oracle wallet for the server and client.
- Configuring the database to use TCPS with the server key.
- Configuring a SQL client to connect through the TCPS protocol.
- Creating simple java clients that show how to connect through TCPS in several different examples.
Use the example in the article to guide you in creating your SSL connection.