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

Thread: Listener

  1. #1
    Join Date
    Nov 2000
    Posts
    62

    Question

    I am curious!
    The situation is ----

    I didn't stop the listner process before the machine was booted.
    I shut the database down.
    After machine is up, if I want to re-start listener processes, which one is right? START or RELOAD.
    What if i use reload instead of using start?


  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092

    "lsnrctl start" starts the listener process.

    "lsnrctl reload" only reloads the configuration of the listener. If you issue a "lsnrctl reload" when the listener is down, it will give you errors.

  3. #3
    Join Date
    Nov 2000
    Posts
    62
    If the machine is down, the listner process is down too? even thouth I don't stop the process?
    That is not what I am not sure?

  4. #4
    Join Date
    Sep 2000
    Posts
    128
    When you shut the machine down, the listener process will abort... it doesn't matter since you said you shut the database down first anyway.

    When you start the machine up, unless you've included some automatic listener start on your machine, the listener won't be running.

    So just start the listener using:

    lsnrctl start

    Terry

  5. #5
    Join Date
    Nov 2000
    Posts
    62
    Clear !!
    Thank you for your help. have a nice day.

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