native network encryption trace
Hello,
I've set up native network encryption on database server version 19C putting in sqlnet.ora this two lines:
I've set up native network encryption on database server version 19C putting in sqlnet.ora this two lines:
SQLNET.ENCRYPTION_SERVER = REQUESTED
SQLNET.CRYPTO_CHECKSUM_SERVER = REQUESTED
In this way all client supporting encription by default will connect using it. I don't want to prevent any connection but I would like to have on my database server a trace to see which connections are not using encription.
Query on NETWORK_SERVICE_BANNER from gv$session_connect_info gives me only active connections but I need also to see connections of last days.
Is it possible?
Thanks
Chiara
In this way all client supporting encription by default will connect using it. I don't want to prevent any connection but I would like to have on my database server a trace to see which connections are not using encription.
Query on NETWORK_SERVICE_BANNER from gv$session_connect_info gives me only active connections but I need also to see connections of last days.
Is it possible?
Thanks
Chiara
0