Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

User is not able to change his own password... Only DBA can change users password ??

11548Sep 17 2002
Hi,

I have this problem today.I am using Oracle 8.1.7 on Solaris 2.8

A Oracle user say " SCOTT" trying to change his password but could not.. he gets the followling message

SQL> alter user scott identified by abc123;
alter user scott identified by abc123
*
ERROR at line 1:
ORA-28003: password verification for the specified password failed

Scott's profile has password_verfiy function. Hence i thought abc123 password was not matching with the password verify condition. Surprisingly, what ever password SCOTT tries with, he could get the same error message and could not change his password.. Ultimatly SCOTT could never change his password. How is it possible ??

It is noteworthy to mention that if i give DBA role to SOCTT then he can change his password with abc123 or any thing that satisfies with password verification function.

Now Only a user who has DBA role or a DBA could change passwords..

Can somebody through some light on it and explain what corrective action to be taken so that Users can change their password without DBA's interreption.

Thanks in advance

Regards

Srini
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2002
Added on Sep 17 2002
5 comments
1,382 views