how to delete cli.trc file?????????? [message #58176] |
Tue, 05 August 2003 10:27 |
fengq
Messages: 38 Registered: October 2002
|
Member |
|
|
Hi, I found cli.trc oracle trace file in my system drive(c:/), my oracle home is on d:. and this file is keep growing, now my c drive is full. I want to delete this file, but some service is using it. Please help!!!!!!!!!!!!!!!!!
Thanks
|
|
|
Re: how to delete cli.trc file?????????? [message #58193 is a reply to message #58176] |
Wed, 06 August 2003 06:12 |
shad
Messages: 50 Registered: October 2000
|
Member |
|
|
Take it easy.
To delete:
(1) Just close all the applications running on your PC (in fact only sessions that are connected to any database)
(2) Delete the file
To disable tracing you can do the following to ensure this file does not get created.
(1)Open the sqlnet.ora file d:/oracle_home/network/admin
(2) comment out the lines
trace_level_client = ""
and trace_level_directory = "c:/oracle..."
You are done. You can now log on to your databases and client tracing is off; The file will not be created again.
|
|
|
Re: how to delete cli.trc file? [message #64389 is a reply to message #58176] |
Thu, 20 January 2005 23:14 |
Sobari
Messages: 1 Registered: January 2005
|
Junior Member |
|
|
I have the same problem as mentioned above and have tried that solution to comment out the line:
trace_level_client = 16
trace_file_client = CLIENT
But still the ORACLE is creating cli.trc and it is now in the individual folder of application that has connection to ORACLE.
Anybody now why?
please advise..
regards
Sobari
|
|
|
Re: how to delete cli.trc file? [message #64390 is a reply to message #64389] |
Fri, 21 January 2005 00:23 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
Do you have any other tracing parameters set in your SQLNET.ORA file?
If not, you may have more than one SQLNET.ORA file on your PC and are using one of the others.
Best regards.
Frank
|
|
|