hi all:
i'm using oracle 10g on a Windows XP system. for my oracle system's
security, i change listener password by follow steps:
-----------------------------------------------------------------------------------------------------------------------------------
c:>lsnrctl
LSNRCTL> change_password
Old password:
New password:
Reenter new password:
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
Password changed for LISTENER
The command completed successfully
LSNRCTL>save_config
LSNRCTL>quit
-----------------------------------------------------------------------------------------------------------------------------------
so it looks changed passowrd. but when i start or stop listener,
nothing happened. just like i haven't changed password. Why? anyone
have any idea?
thank you.