I am getting the error :
ORA-28000: the account is locked
Is this a DB Issue? When I unlock user account using the comma
Here other solution to only unlock the blocked user. From your command prompt log as SYSDBA:
sqlplus "/ as sysdba"
Then type the following command:
alter user account unlock;