RE: stopiing write to listener.log

2002-02-07 Thread peter . lomax
février 2002 12:33À: Multiple recipients of list ORACLE-LObjet: RE: stopiing write to listener.log Stop the listener !! -Original Message-From: Shibu [mailto:[EMAIL PROTECTED]]Sent: 07 February 2002 10:38To: Multiple recipients of list ORACLE-LSubject: stopiing

Re: stopiing write to listener.log

2002-02-07 Thread Bunyamin K. Karadeniz
PROTECTED] To: Multiple recipients of list ORACLE-L Sent: Thursday, February 07, 2002 1:58 PM Subject: RE: stopiing write to listener.log Shibu, What do you really want? Log messages written to /u01/app/oracle/product/8.1.7/network/log/listener.log You could redivert

RE: stopiing write to listener.log

2002-02-07 Thread Robertson Lee - lerobe
Stop the listener !! -Original Message-From: Shibu [mailto:[EMAIL PROTECTED]]Sent: 07 February 2002 10:38To: Multiple recipients of list ORACLE-LSubject: stopiing write to listener.log Hi How Can i stop Oracle from writing to the file listener.log?? regards, shibu

Re: stopiing write to listener.log

2002-02-07 Thread Igor Neyman
Shibu, To stop listener from writing into listener.log put the following into listener configuration file listener.ora: LOGGING_LISTENER = OFF then stop/start listener to use modified configuration file. Igor Neyman, OCP DBA[EMAIL PROTECTED] - Original Message - From:

Re: stopiing write to listener.log

2002-02-07 Thread Shibu
- From: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L Sent: Thursday, February 07, 2002 5:28 PM Subject: RE: stopiing write to listener.log Shibu, What do you really want? Log messages written to /u01/app/oracle/product/8.1.7/network/log/listener.log

RE: stopiing write to listener.log

2002-02-07 Thread Prakriteswar Santikary
: Multiple recipients of list ORACLE-LObjet: Re: stopiing write to listener.log Hi peter I have thousands of connection in my dband listener.log is growing very fastly. I want to flush it manaually every time I want to either stop it or flush it automatically .My db

RE: stopiing write to listener.log

2002-02-07 Thread
:[EMAIL PROTECTED]] Sent: Thu, February 07, 2002 5:09 PM To: Multiple recipients of list ORACLE-L Subject: RE: stopiing write to listener.log Peter, How do you set the 'Log Rotation' ? From command line utility 'lsnrctl' or is there any parameter for listener.ora ? Another thing: How

RE: stopiing write to listener.log

2002-02-07 Thread Chuan Zhang
SHibu, In lsnrctl, set log_status=off. Chuan Oracle DBA Transact Communication, Ltd. -Original Message- Sent: Thursday, 7 February 2002 9:38 PM To: Multiple recipients of list ORACLE-L Hi How Can i stop Oracle from writing to the file listener.log?? regards, shibu --