Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to disable logging of listener?
Roman <Roman.Schoenbeck_at_hmi.ch> wrote in article
<76purr$je1$1_at_news.eunet.ch>...
> Hello
>
> Does anybody know how to disable to logging of the listener?
> The listener.log file gets extremly large because all db connects get
> logged.
> Is there a switch in the configuration of Oracle for this?
>
In your $ORACLE_HOME/network/admin/listener.ora file, try setting
TRACE_LEVEL_LISTENER to OFF.
Here's the appropriate line from my listener.ora:
TRACE_LEVEL_LISTENER = OFF
Then stop and start the listener.
Hope this helps.
-Richard B. Received on Mon Jan 04 1999 - 15:44:35 CST
![]() |
![]() |