Database Administration (MOSC)

MOSC Banner

ORA-28002 sticks

edited May 21, 2018 5:04AM in Database Administration (MOSC) 2 commentsAnswered

On a database not being used and visited for quite a while I found that user SYSTEM got an ERROR =ORA-28002: password will expire within 7 days

and on another user: ORA-28002: password will expire within 6 days.

I then did the following:

SQL> select profile from dba_users where username = 'SYSTEM';PROFILE------------------------------DEFAULTSQL> alter profile DEFAULT limit password_life_time UNLIMITED;Profile altered.

Did the same for the user.

But still I'm getting this ORA-28002 when logging into either, SYSTEM of USER

--

Christoph

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center