From lerobe@acxiom.co.uk Wed, 25 Apr 2001 02:13:43 -0700 From: Robertson Lee - lerobe Date: Wed, 25 Apr 2001 02:13:43 -0700 Subject: RE: Perl DBA Tools Message-ID: MIME-Version: 1.0 Content-Type: text/plain John,   Im my script for managing the listener.log, I copy the listener to an archive area and then cat /dev/null to to current one. Will this have the same effect as moving as in your example ? Do I need also to force the listener to point to a different log file ?   Maybe I need to test some more !!   Regards Lee Robertson -----Original Message-----From: John Carlson [mailto:jcarlson@cj.com]Sent: 24 April 2001 19:47To: Multiple recipients of list ORACLE-LSubject: Re: Perl DBA Tools How about wrapping this is a script of your choice:   ARCHIVE_LISTENER_FILENAME=listener`date +%Y%m%d%H%M`.log lsnrctl set log_file listener2.logmv listener.log $ARCHIVE_LISTENER_FILENAMEmv listener2.log listener.loglsnrctl set log_file listener.loggzip $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 >>> jkstill@cybcon.com 04/24/01 10:20AM >>>On Tuesday 24 April 2001 06:15, Rachel Carmichael wrote:> truncating listener logs -- or even starting a secondary listener, stopping> the one with the log that is too large and removing the log, then> restarting the original listener....>Good idea.  Thanks RachelJared-- Please see the official ORACLE-L FAQ: http://www.orafaq.com-- Author: Jared Still  INET: jkstill@cybcon.comFat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051San Diego, California        -- Public Internet access / Mailing Lists--------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail messageto: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and inthe message BODY, include a line containing: UNSUB ORACLE-L(or the name of mailing list you want to be removed from).  You mayalso send the HELP command for other information (like subscribing). The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system.