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

Home -> Community -> Usenet -> c.d.o.server -> Re: Listener and its log file (?size affecting performance?)

Re: Listener and its log file (?size affecting performance?)

From: Ted McCabe <theom_at_gte.net>
Date: Fri, 27 Apr 2001 23:51:47 GMT
Message-ID: <nCnG6.849$dT1.208772@dfiatx1-snr1.gtei.net>

In O8:
change log file name with

    lsnrctl set log_file <newname>
turn off logging with

    lsnrctl set log_status off
save the configuration with

    lsnrctl save_config

changing the log_file name if log_status is off requires editing listener.ora as far as I know.

btw

    saving the config with log_status off saves the correct format for starting the listener with logging off.

HTH
tED
"devdewboy" <devdewboy_at_hotmail.com> wrote in message news:RchG6.5$wN5.11508_at_news.pacbell.net...
> 'morning,
>
> Subject: Listener and its log file
> The question deals with any OS and Oracle 8.x version.
> If the listeners log file is hugh say 50 megs+, does this hamper the
> database in any way? Overhead, slow listener down at startup or during
> normal operation?
>
> My followup to this is if I move the file (cleanup), is it required that I
> shut the listener down first and then move/delete the log, or can I do
 this
> while the listner is running?
>
> thanks,
> dew
>
>
Received on Fri Apr 27 2001 - 18:51:47 CDT

Original text of this message

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