Turning Oracle Listener Logging Off

You might want to avoid performance overhead due to logging on listener. The following steps will show you how to disable logging.

1) Take a backup of the current listener.ora file in $ORACLE_HOME/network/admin as ora<SID> user
2) Update the listener.ora file with parameter as ora<SID> user.
LOGGING_<LISTENER NAME> = OFF
Replace <LISTENER NAME> with the current Listenername with match case.
e.g
LOGGING_LISTENER = OFF
save the listener.ora file
3) Enter the Listener control utility and reload the config as ora<SID> user.
lsnrctl
reload
4) In the Listener control utility run the stat command to ensure listener log entry is not visable
lsnrctl
stat
there should be no line entry starting
Listener Log File

Comments

Popular posts from this blog

OS/DB Migration - CMD. STR, TOC, EXT, R3load, DDLDBS.TPL and more

Fixing Inconsistent Table - Table activation fails due to inconsistency between DD and DB

301 Redirect Using SAP Web Dispatcher