SQL*Net - Secure vs Non-Secure Connections
The database is set to SQLNET.ENCRYPTION_SERVER=ACCEPTED.
Is there a view or log that can be queried to determine if there are any non-encrypted connections being established?
The client would have to be explicitly set to REJECTED for this to happen, but wanted to know if there was a way I could audit the database to see if any of these connections were coming in.