How to connect to SSL enabled Oracle database using SQL Developer with cwallet.sso

Suraj Batuwana
Jun 21, 2022

This is a very very simple task.

Add following to sqldeveloper.conf and add lines

AddVMOption -Djavax.net.ssl.trustStore=cwallet.sso
AddVMOption -Djavax.net.ssl.trustStoreType=SSO

In the developer use custom JDBC URL like

jdbc:oracle:thin:@(description=(address=(protocol=tcps)(host=database host)(port=database port))(connect_data=(service_name=database_service)))

--

--

Suraj Batuwana

Technology Evangelist, Technical Blogger with multidisciplinary skills with experience in full spectrum of design, architecture and development