enabling sqlnet encryption checksumming integrity
We're in the middle of enabling SQLnet encryption as a standard on our database.
- combination of 12cR1 and 11gR2 databases in our population
- separate grid_home (ie. /u01/app/12.1.0/grid) and multiple oracle_home's per database (ie. /u01/app/oracle_oemdev/11.2.0/dbhome_1, /u01/app/oracle_rmandev/11.2.0/dbhome_1)
- from what I'm reading in the documentation, enabling sqlnet encryption is as simple as putting new params into each db node's ORACLE_HOME/network/admin/sqlnet.ora:
vi $ORACLE_HOME/network/admin/sqlnet.ora#################SQLNET.ENCRYPTION_SERVER = required################## optional flags we're also considering:# SQLNET.ENCRYPTION_TYPES_SERVER = AES256# SQLNET.CRYPTO_CHECKSUM_SERVER = r