How do you Set Password for Listener.ora ?

Questions by prakashpichika   answers by prakashpichika

Editorial / Best Answer

prakashpichika  

  • Member Since Jun-2006 | Oct 3rd, 2006


oracle@localhost> lsnrctl

LSNRCTL> set current_listener LISTENER

Current Listener is LISTENER

LSNRCTL> set save_config_on_stop on

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))

LISTENER parameter "save_config_on_stop" set to ON

The command completed successfully

LSNRCTL> change_password

Old password:

New password:

Reenter new password:

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))

Password changed for LISTENER

The command completed successfully

LSNRCTL> set password

Password:

The command completed successfully

LSNRCTL> stop

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))

The command completed successfully

LSNRCTL> exit

Cheers

Showing Answers 1 - 2 of 2 Answers

oracle@localhost> lsnrctl

LSNRCTL> set current_listener LISTENER

Current Listener is LISTENER

LSNRCTL> set save_config_on_stop on

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))

LISTENER parameter "save_config_on_stop" set to ON

The command completed successfully

LSNRCTL> change_password

Old password:

New password:

Reenter new password:

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))

Password changed for LISTENER

The command completed successfully

LSNRCTL> set password

Password:

The command completed successfully

LSNRCTL> stop

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))

The command completed successfully

LSNRCTL> exit

Cheers

Mohammed Abdul Afroze

  • Oct 4th, 2007
 

To set the password for the listener.ora are as follows;

lsnrctl>lsnrctl password <listener name>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions