Skip to Main Content

Database Software

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!

SQLPLUS Client Server connection encryption

HariDba-OracleSep 22 2021 — edited Sep 22 2021

Hi All,

We would like to enable encryption for client connections. We planned to do with sqlnet.ora.

SQLNET.ENCRYPTION_SERVER = REQUIRED
SQLNET.ENCRYPTION_TYPES_SERVER = (AES256)
SQLNET.CRYPTO_CHECKSUM_SERVER = REQUIRED
SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER = (SHA512)

Above changes in sqlnet.ora will serve the purpose of encryption? Also let us know the advantage and disadvantage enabling encryption.

Thanks,
Hari

Comments
Post Details
Added on Sep 22 2021
0 comments
316 views