Oracle : ORA-28000: the account is locked

Published by

Posted on December 12, 2008

To resolve ORA-28000 in cases like this, you can request that the administrator unlocks the account using something like the below, the user name is ‘mas’ and password is ‘hmm123’ as an example:

SQL> alter user mas identified by hmm123 account unlock;