Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a429801 commit febc7beCopy full SHA for febc7be
newtork-encryption-check.sql
@@ -0,0 +1,5 @@
1
+-- http://dba.stackexchange.com/questions/31847/verifying-oraclenet-network-encryption
2
+select a.sid,a.serial#, a.machine, a.username, a.osuser, b.osuser,
3
+b.AUTHENTICATION_TYPE, b.NETWORK_SERVICE_BANNER
4
+from v$session a, v$session_connect_info b
5
+where a.sid=b.sid and a.serial#=b.serial# order by a.username, a.machine;
0 commit comments