Monthly Archives: May 2016

Enabling encryption for sqlnet connections

To enable client encryption and integrity checking, add the following lines to the client’s sqlnet.ora: # # Encryption # SQLNET.ENCRYPTION_CLIENT = REQUESTED SQLNET.ENCRYPTION_TYPES_CLIENT = (AES256, AES192, AES128) SQLNET.ENCRYPTION_SERVER = REQUESTED SQLNET.ENCRYPTION_TYPES_SERVER = (AES256, AES192, AES128) # # Network integrity # … Continue reading

Posted in Uncategorized | Comments Off on Enabling encryption for sqlnet connections