For those of you who did not see my response in the thread of "Perl DBA Tools" I will repeat it here, it answers this thread as well.  Also, there is no need to shutdown the database to bounce the listener.
 
How about wrapping this in a script of your choice:
 
ARCHIVE_LISTENER_FILENAME=listener`date +%Y%m%d%H%M`.log
lsnrctl set log_file listener2.log
mv listener.log $ARCHIVE_LISTENER_FILENAME
mv listener2.log listener.log
lsnrctl set log_file listener.log
gzip $ARCHIVE_LISTENER_FILENAME
 
This way, you don't have to stop the listener and you don't loose anything.  Remember, in Unix, when you rename a file, any program that has it open still points to it.
 
Regards,
John


>>> [EMAIL PROTECTED] 04/24/01 02:28PM >>>
You can shutdown/start the Database and start listener would solve ur
problem.
-Seema


>From: "Adams, Matthew (GEA, 088130)" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
>Subject: RE: Listener.log
>Date: Tue, 24 Apr 2001 11:16:49 -0800
>
>No, you do not have to restart the listener.
>touch the listener.log file (we do a 'cp /dev/null
>$ORACLE_HOME/network/log/listener.log)
>and the listener will start writing to it again.
>
>
>----
>R. Matt Adams  - GE Appliances - [EMAIL PROTECTED]
>   Meddle not in the affairs of troff,
>   for it is subtle and quick to anger.
>
>
>
>
>
>-----Original Message-----
>Sent: Tuesday, April 24, 2001 12:28 PM
>To: Multiple recipients of list ORACLE-L
>
>
>Hello,
>You have to restart your listener. It continues to write to "invisible"
>file
>(inode without any reference from directories). Welcome to UNIX.
>HTH
>Vadim Gorbounov
>Oracle DBA
>
>
>-----Original Message-----
>Sent: Tuesday, April 24, 2001 11:47 AM
>To: Multiple recipients of list ORACLE-L
>
>
>Hello everyone,
>
>After moving the listener.log and compressed, there is no more log for the
>listener. Could anyone help me please ? Thanks.
>
>Nguyen
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Seema Singh
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to