Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> SQL net help please
Hi ,
I am trying to test the trace and log file of the tnsnames.ora file on an
oracle 8 client on a sun solaris box ,
however I cannot get the client to write to the log or trc files, can anyone
suggest what I can do to make it work
my tnsnames.ora is as follows :
DEV01 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(PORT = 1521)(HOST = clove))
)
(CONNECT_DATA =
(SERVICE_NAME = dev01)
)
)
my sqlnet.ora is as follows :
trace_level_client = 16 trace_directory_client = $ORACLE_HOME/network/trace trace_file_client = $ORACLE_HOME/network/trace/cli.trc trace_unique_client = on log_directory_client = $ORACLE_HOME/network/log log_file_client = $ORACLE_HOME/network/log/sqlnet.log
Any help appreciated . Received on Mon Jun 19 2000 - 20:10:11 CDT