How to log encrypted datasource connections in Weblogic?
We have enabled encryption in weblogic datasource by adding below properties in properties section of datasource,
oracle.net.encryption_client=REQUIRED
oracle.net.encryption_types_client=AES256
oracle.net.crypto_checksum_client=REQUIRED
oracle.net.crypto_checksum_types_client=MD5
Ref Oracle link : https://docs.oracle.com/middleware/1213/wls/JDBCA/ds_security.htm#JDBCA730
We want to check whether this is working and get proof for the same. So we want to log these details. Need help on this please.