Wednesday, October 30, 2019

ORA-28000: the account is locked

SQL> conn scott/tiger
ERROR:
ORA-28000: the account is locked


Warning: You are no longer connected to ORACLE.
SQL> 

SQL> conn sys as sysdba
Enter password: 
Connected.
SQL> alter user scott identified by tiger account unlock;

User altered.

SQL> conn scott/tiger
Connected.
SQL> 

No comments:

Post a Comment