How to disable SQL*Net Server tracing without shutting down the Database
Have you ever started SQL*Net (Server) tracing on the Database, and realized that the trace files are getting VERY large, very quickly, even though you have "turned off" tracing in the sqlnet.ora file?
Well, now you can stop tracing without impacting anyone else, simply by following the document below:
How to Disable Net Tracing on a Server Process without Stopping the Process (Doc ID 1962220.1):
Likewise, if you ever want to enable tracing "on the fly" (dynamically), have a look at the following note:
Dynamic Server Tracing (Doc ID 1550897.1)
Hope this helps!
Kindest regards,
Roy