RE: SIMPLE QUESTION (truncating listener.log)

2002-05-01 Thread Hately Mike
Hi, You can truncate the listener.log without stopping the listener by doing this: cat /dev/null listener.log It won't interrupt the flow of information into the file because it maintains the same inode value. Regards, Mike Hately PS notice how truncating listener.log is more meaningful

Re: SIMPLE QUESTION (truncating listener.log)

2002-05-01 Thread Ruth Gramolini
Oops! I forgot about that..RBG - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Wednesday, May 01, 2002 2:28 PM Hi, You can truncate the listener.log without stopping the listener by doing this: cat /dev/null listener.log It won't interrupt