Network data encryption and Integrity for JDBC thin clients is a feature of Oracle
Advanced security, which lets thin Java database connectivity (JDBC) clients to securely connect and
communicate with the Oracle database.
About this task
To enable this feature, you must:
- Configure certain properties in the JDBC thin client properties file.
- Specify the file path on the service form containing these Java properties.
Procedure
-
Extract the adapter package.
- Locate the OraPropertiesFile folder from the package.
- Edit the OraASO.properties file.
This file contains several configuration properties. Identify the properties that match your
setup and specify the values accordingly.
The following is an example content of the properties file
#OraASO.properties
oracle.net.encryption_client=requested
oracle.net.encryption_types_client=(AES256)
oracle.net.crypto_checksum_client=requested
oracle.net.crypto_checksum_types_client=SHA1
Note: The OraASO.properties file uses a standard format where the first line always contains a
comment (#) or is empty. The succeeding lines define the different properties.
- Specify the properties file path for the Oracle advanced security option. See Creating
an adapter service.