Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Encryption

Is it possible to encrypt the communication between the jdbc driver and the database like this
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host)(PORT=5521))(CONNECT_DATA= (SERVICE_NAME=servicename))(Security=(ENCRYPTION_LEVEL=REQUIRED)))
with our below versions?

The database is Oracle 19c standard edition.
The Java version is 7 and the jdbc file/version is ojdbc6.jar

Comments
Post Details
Added on Jan 20 2026
0 comments
38 views