基础用户:sys(as sysdba)
system
scott
用户被锁
SQL> conn scott/123
ERROR:
ORA-28000: the account is locked
解决方法:alter user scott(用户名) account unlock;
基础用户:sys(as sysdba)
system
scott
用户被锁
SQL> conn scott/123
ERROR:
ORA-28000: the account is locked
解决方法:alter user scott(用户名) account unlock;