Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Trying to script the shutdown of a secured 8i listener

Re: Trying to script the shutdown of a secured 8i listener

From: Anurag Varma <avoracle_at_gmail.com>
Date: 11 Jan 2006 08:15:08 -0800
Message-ID: <1136996108.218203.267460@g49g2000cwa.googlegroups.com>


In that case you probably are not using an encrypted password.

If the password is encrypted then the
one liner should contain the encrypted password. This is a bug which I believe is/would be fixed in latest releases.

set password <encrypted_password>
stop

should work in 8i and 9i. You can find the encrypted password from listener.ora. Please note that you should not have listener.ora or the file which contains the encrypted password readable to anyone but oracle!

Anurag Received on Wed Jan 11 2006 - 10:15:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US