tracking sqlplus client connection
Hi,
in 8.1.7 I have put the following in sqlnet.ora on the server (where Db is hosted) :
SQLNET.AUTHENTICATION_SERVICES= (BEQ,TCP)
NAMES.DIRECTORY_PATH= (TNSNAMES)
TRACE_LEVEL_CLIENT = 16
TRACE_FILE_CLIENT = cli
TRACE_DIRECTORY_CLIENT = D:\oracle\ora81\network\ADMIN\log
But no trace file is generated when clients are connected from sqlplus (from remote machines). I have just trace file when we connect from the server (where Db is hosted). Any idea ?
Thank you.