Listener File [message #164667] |
Fri, 24 March 2006 10:17 |
Daxesh
Messages: 61 Registered: July 2004
|
Member |
|
|
Hello,
I am running oracle 9i R2 on Redhat linux. My listener.log file was so big and I just clean that. After that its more than an hour but I do not see any new entry in the listener.log file. So is it stop writing in the file? Is there a way to check that?
Any advise???
Thanks,
|
|
|
Re: Listener File [message #164694 is a reply to message #164667] |
Fri, 24 March 2006 14:47 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
How did you clean it? With the "rm" command instead of ">listener.log"?
If so, Oracle is still writing to the inode and you need to recycle the listener to close and reopen the log file.
|
|
|
Re: Listener File [message #164697 is a reply to message #164667] |
Fri, 24 March 2006 15:12 |
Daxesh
Messages: 61 Registered: July 2004
|
Member |
|
|
Hello,
Thanks for reply. No I did not use rm command.But I use folloing
tail -10 listner.log> .tmp.test1.txt && mv .tmp.test1.txt listner.log
But I just checked and still its not writing in the listener.log file. Any help???
Thanks
|
|
|