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

Thread: Help : Oracle Listener Problem

  1. #1
    Join Date
    Nov 2000
    Posts
    157
    Hi Guys

    Here is the scenario

    I added one more service to the listener.ora.I want this service also to up and run but whenever i say

    Lsnrctl>stop The below message is getting displayed.

    The listener has not recognized the password.

    Please come back to me ASAP.

    thanks
    Ravi
    ravi

  2. #2
    Join Date
    Jan 2001
    Posts
    126
    Appears that you have set password for listener service.

    Baliga

  3. #3
    Join Date
    Feb 2001
    Location
    Bangalore, India
    Posts
    109
    Try this.

    os prompt>lsnrctl
    lsnrctl>set password oracle
    lsnrctl>stop

  4. #4
    Join Date
    Feb 2001
    Posts
    44

    LSNRCTL

    Hi Ravi,

    It seems to me that you set up the password using

    LSNRCTL>set password command.

    What you need to do is this:

    LSNRCTL> set password

    Type in the new password.

    then,

    LSNRCTL>stop listener.name

    listener.name is the service name that you gave when you add one more listener on listener.ora file.

    Then,

    LSNRCTL> start listener.name

    Start the listener for the new service that you created. You must include the newly created listerer.name when you start and stop the listener.

    Any other questions, please let me know.

    Yong

  5. #5
    Join Date
    Nov 2000
    Posts
    157
    Hi Guys

    Excellent.Thanks for all your help.It is working fine.

    Thanks once Again
    Ravi
    ravi

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