Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sqlnet.log

Status
Not open for further replies.

dba123123

Technical User
Joined
Sep 5, 2001
Messages
16
Location
CA
Any body knows is there option in Oracle client 8.15 that we can turn off the sqlnet.log (I mean not logging the errors).


Thanks.

Laura
 
Hi,

There is a configuration file SQLNET.ora
in $ORACLE_HOME/network/admin, where you can configure
the level of sqlnet logging I think, 0 is lowest and
7 is highest but you can comment out this line.

 
Thank you for the information. I checked back to the documentation and could not find the parameter for the settings. Can you tell me a little bit more detail?

 
What you were thing of was trace_level_client?
This can be set to off, which by the way is the default.
I don't believe that you can stop it as it is created as a log of failed connections.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top