Skip to Main Content

Oracle Database Discussions

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!

Profile set to unlimited

unknown-1052419Apr 27 2014 — edited Apr 28 2014

Hi all,

11.2.0.1

I always encounter this error:

SQL> alter user SYSTEM identified by MANAGER;

alter user SYSTEM identified by MANAGER

*

ERROR at line 1:

ORA-28007: the password cannot be reused

EVEN if I set everything in profile to unlimited?

SQL>

alter profile default limit failed_login_attempts unlimited;

alter profile default limit password_life_time unlimited;

alter profile default limit failed_login_attempts unlimited password_life_time unlimited;

ALTER PROFILE DEFAULT LIMIT PASSWORD_VERIFY_FUNCTION NULL;

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2014
Added on Apr 27 2014
5 comments
526 views