Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Maintenance of listener.log files

RE: Maintenance of listener.log files

From: Seefelt, Beth <Beth.Seefelt_at_TetleyUSA.com>
Date: Fri, 23 Aug 2002 10:03:32 -0800
Message-ID: <F001.004BE653.20020823100332@fatcity.com>

There are a few options. I use this one -

  if "%DOW%"=="2" ( lsnrctl set log_directory c:\temp

                    rename E:\Oracle\Ora817\network\log\listener.log
listener_%timestamp%.log
		        lsnrctl set log_directory

E:\Oracle\Ora817\network\log )

on NT to create a new log once a week.

HTH, Beth

-----Original Message-----
Bryan
Sent: Friday, August 23, 2002 12:54 PM
To: Multiple recipients of list ORACLE-L

Hello all,

I have an 8.1.7.4 database on 11.0 HP-UX server with a listener.log file and
it records information as long as the listener is up. The problem is that
the listener is always up and the file is getting larger and larger. I am
looking for a way to periodically copy the data from the listener.log to another file (that would be around for two weeks and then purged) without
having to bring the listener down. It seems like one of those tricks of replacing a tire on a car while it is still being driven.

TIA, Bryan Rodrigues
DBA
Elcom, Inc.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Seefelt, Beth
  INET: Beth.Seefelt_at_TetleyUSA.com

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: ListGuru_at_fatcity.com (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). Received on Fri Aug 23 2002 - 13:03:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US