
Symptom
You are getting error, ORA-28000: the account is locked.
Solution
1. Find and unlock the affected user.
alter user <USERNAME> account unlock; grant connect, resource to <USERNAME>;

You are getting error, ORA-28000: the account is locked.
1. Find and unlock the affected user.
alter user <USERNAME> account unlock; grant connect, resource to <USERNAME>;