hello all..
My listener.log file keeps growing.....can i stop the entries into that file...is there a parameter setting ?....
will it affect the database connections ?...
Sun 5.8/Oracle 9.2
Thanks
Ron
Printable View
hello all..
My listener.log file keeps growing.....can i stop the entries into that file...is there a parameter setting ?....
will it affect the database connections ?...
Sun 5.8/Oracle 9.2
Thanks
Ron
I do not know you can tune it off
since listener process records every connection request.
If you want to connect to local database, you can stop
listener process, then your listener.log should not increase.
Set the following line into your listener.ora to stop logging any events into listener log file:
LOGGING_LISTENER = OFF
You should of course restart the listener for the changes to take effect. And no, it will not affect the database connections.