Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Trying to script the shutdown of a secured 8i listener
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
![]() |
![]() |