DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: listener.log setting

Hybrid View

  1. #1
    Join Date
    Oct 2002
    Posts
    284

    listener.log setting

    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

  2. #2
    Join Date
    Jun 2000
    Posts
    295
    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.

  3. #3
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    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.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width