I would guess that you need to open the listener.ora file and remove/comment the entry for PASSWORDS_=your password.
Once you do that then do, lsnrctl
lsnrctl> reload listener and that should remove the password for the listener
Dear learner,
To Enable:
Execute commands from lsnrctl utility
1.set current_listener <your_listener_name>
2.set save_config_on_stop on
3.change_password ( first time old password nothing press enter)
4.stop listener
5.set password ( enter password )
6.stop
7.start
To Disable:
1.Remove save_config and password entry from listener.ora
2.stop and start listener
Regards
Vinod
Add a comment