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

Thread: LISTENER PASSWORD

  1. #1
    Join Date
    Aug 2001
    Location
    cuddapah
    Posts
    145

    Angry

    Hi,

    Is it possible to SET PASSWORD to the LISTENER

    BY using which command?

    please help me.





  2. #2
    Join Date
    Feb 2001
    Location
    Bombay,India
    Posts
    530
    Hi,
    To avoid inadvertent stopping of your listener or to prevent unauthorized access to your listener, you may set up password protection for your listener.

    - Add PASSWORDS_ entry to your existing listener.ora file.
    e.g.
    PASSWORDS_listener1 = (p1,p2)
    - Stop your listener, and restart it.

    Now passwords are in effect.
    To stop the listener, set password command must be used.

    e.g.
    lsnrctl
    LSNRCTL> set current_listener listener1
    LSNRCTL> set password p1
    LSNRCTL> stop


    Regards,
    Rohit Nirkhe,Oracle DBA,OCp 8i
    oracle-support@indiatimes.com
    Thanks and Regards
    Rohit S Nirkhe
    rohitsnirkhe@rediffmail.com

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