Oracle : ORA-28000: the account is locked

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;

December 12, 2008 Post Under Databases - Read More

Comments are closed.