Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

why listener 's chang_password not work?

0 views
Skip to first unread message

Havel Zhang

unread,
May 6, 2008, 11:34:19 PM5/6/08
to
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.

JACKY

unread,
May 7, 2008, 4:26:08 AM5/7/08
to
On 5月7日, 上午11时34分, Havel Zhang <havel.zh...@gmail.com> wrote:
> 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.

please check your listener.ora file,you whether or not look following
information:
PASSWORDS_LISTENER = 9954B30C9A1B9049

vital...@gmail.com

unread,
May 7, 2008, 4:36:58 AM5/7/08
to

Nothing? The listener did restart, didn't it?

With 10g (at least on some OS), the listener administration
permissions are enforced by OS authentication. If your OS user is DBA,
you won't need a password even if it is configured for the listener.
(Note that I haven't taken the risk of checking that out on Window$.)

0 new messages