Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> SQL net help please

SQL net help please

From: Gopal, Umesh <ugopal_at_proxicom.com>
Date: Mon, 19 Jun 2000 21:10:11 -0400
Message-Id: <10533.109808@fatcity.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US