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

check if using tcp or tcps

February 15th, 2007

yesterday I wrote howto listener ssl.

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

PROTOCOL
--------
tcps

Bookmark and Share

  1. No comments yet.
  1. No trackbacks yet.