scott账户被锁
SQL> conn scott/tiger
ERROR:
ORA-28000: the account is locked
SQL> conn scott/tiger
ERROR:
ORA-28000: the account is locked
请教是怎么回事?
SQL codeconn / as sysdba --以SYS身份登录
alter user scott account unlock; --解锁用户scott
conn scott/tiger --再次以scott登录