Home > Blogroll, dba, security > check if using tcp or tcps

check if using tcp or tcps

February 15th, 2007 Leave a comment Go to comments

yesterday I wrote howto listener ssl.

To check the protocol :
SQL> select sys_context('USERENV','NETWORK_PROTOCOL') PROTOCOL from dual;

PROTOCOL
--------
tcps

Tags:
  1. No comments yet.
  1. No trackbacks yet.
*