resetting password for Listener -inherit [message #485274] |
Tue, 07 December 2010 03:50 |
reym21
Messages: 241 Registered: February 2010 Location: Philippines
|
Senior Member |
|
|
I just found out that the LISTENER I've creating with a password was with "-inherit" settings. Twice I succeeded in doing this, but it seems that it's not working when I tested it. Thus, I opted to get rid of it's listener.bak file and set the password again. Now I just can't stop it because of this error message: "TNS-01169: The listener has not recognized the password". I've tried every passwords I made, and tried resetting it, but I'm not successful either, it's the same error message.
My last option would be to restart the db Server (since the original listener.ora is already intact), but if you have any ideas to extend to me, it's highly appreciated!
Thank you.
|
|
|
|
|
Re: resetting password for Listener -inherit [message #485400 is a reply to message #485398] |
Tue, 07 December 2010 20:58 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
01169, 00000, "The listener has not recognized the password"
// *Cause: The listener has the password security mechanism enabled and
// requires the correct password to execute any command other than VERSION.
// The user attempted to issue one of the privileged administrative commands,
// but could not be successfully authenticated with the password provided.
// *Action: If an authorized user is attempting the command, then use the
// SET PASSWORD command at the LSNRCTL prompt with the listener password.
// If you do not know the password, then you are trying to execute
// an inappropriate command.
FWIW - in 10+ years I never set the listener password;
since I was the only person who could log onto the DB Server.
[Updated on: Tue, 07 December 2010 20:59] Report message to a moderator
|
|
|
|
|
|
|