To unlock oracle database user just run this query:
SQL> ALTER USER user_name IDENTIFIED BY user_password ACCOUNT UNLOCK; Now you can log in to the database using the user_name user with the password user_password. Remember, the password is case sensitive. Example: