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

Home -> Community -> Usenet -> c.d.o.server -> Re: Sqlnet client trace is not being generated despite setting required parameters

Re: Sqlnet client trace is not being generated despite setting required parameters

From: <nagender.akula_at_gmail.com>
Date: 3 Jun 2006 17:30:01 -0700
Message-ID: <1149381001.607866.19620@i39g2000cwa.googlegroups.com>


It may happen if there are multiple ORACLE_HOMEs and sqlnet.ora files. If that is the case ORACLE_HOME can be set properly.

dbaplusplus_at_hotmail.com wrote:
> I am using Oracle 9.2.0.5. I have installed Oracle client on Windows
> 2000 server. The Oracle database instance is on a HP UNIX server
> running 11i.
>
>
> I have set following parameters in sqlnet,ora under
> %ORACLE_HOME%\network\admin folder:
>
> # SQLNET.ORA Network Configuration File:
> #C:\oracle\ora92\NETWORK\ADMIN\sqlnet.ora
> # Generated by Oracle configuration tools.
> TRACE_LEVEL_CLIENT=16
> TRACE_DIRECTORY_CLIENT=C:\oracle\ora92\network\trace
> TRACE_FILE_CLIENT = Client.trc
>
>
> WALLET_LOCATION =
> (SOURCE =
> (METHOD = FILE)
> (METHOD_DATA =
> (DIRECTORY=C:\oracle\ora92\wallets)
> )
> )
> SQLNET.AUTHENTICATION_SERVICES = (BEQ,TCP,TCPS)
> NAMES.DIRECTORY_PATH= (TNSNAMES)
> SSL_CLIENT_AUTHENTICATION = FALSE
> SSL_VERSION = 3.0
> SSL_SERVER_DN_MATCH = YES
>
>
> When do sqlplus scott/tiger_at_abcd
>
> I get error, a sqlnet.log file is created but I do not see any trace
> files in
> C:\oracle\ora92\network\trace
>
> Sqlnet.log says tracing is not turned on.
>
> I have no clue why tracing is not on despite my setting these
> parameters. I do not believe anything has to be set in Windows
> registry.
Received on Sat Jun 03 2006 - 19:30:01 CDT

Original text of this message

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