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