Hi,
I am quite confused with the dataguard security setup.
I have setup 2 node physical standby database(12c).
The primary and DR are located in a different data centers, I want to ensure the security of redo data transmitted between the Primary and DR.
I have gone through the MOS :
As per the above document Network encryption and strong authentication is available along with the database licenses,
/*Starting with 11gR2 Network encryption (native network encryption and SSL/TLS) and strong authentication services (Kerberos, PKI, and RADIUS) are no longer part of Oracle Advanced Security and are available in all licensed editions of all supported releases of the Oracle database.*/
So I think I can use encryption to secure the redo transport as detailed in the doc.
But the below NOTE is what confusing me,
"Note that this Setting requires all Clients connecting to this Database must have the Advanced Security Option installed else they cannot connect to the Database. If you only want Data Guard to use the Security Option using the shown Method, set
sqlnet.encryption_server = accepted
instead."
Now can I implement the network encryption or not ?
will there be any effects to implement the encryption ? Does this also effect the connections from the weblogic / sqlplus client ?
Please clarify.
Thanks and Regards,
Littlefoot