Data Guard transport encryption
Hi
I have configure Redo transport encryption in my Data Guard environments. But How I will be confirmed my configuration is working properly ( Redo Transport encryption active or not).
version : Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production in Oracle Linux 7
Procedure :
sqlnet. ora (in both server )
-----------------
ENCRYPTION_WALLET_LOCATION=
(SOURCE=(METHOD=FILE)(METHOD_DATA=
(DIRECTORY=/u01/app/oracle/product/12.2.0.1/db_1/network/wallet/)))
#### for redo encryption#####
sqlnet.crypto_seed = "kclabefmnoc"
sqlnet.encryption_server = required
sqlnet.encryption_client = required
sqlnet.encryption_types_client = AES128
sqlnet.encryption_types_server = AES128
trace_directory_server=/u01/app/oracle/product/12.2.0.1/db_1/network/log/encrypt_log