当用scott / tiger 登录后 出现 “oracle10g the account is locked”
解决方法:
system登录进去之后,执行下面的命令:
SQL> alter user scott account unlock;
用户已更改。
再次登录后可以重新设置 scott密码
当用scott / tiger 登录后 出现 “oracle10g the account is locked”
解决方法:
system登录进去之后,执行下面的命令:
SQL> alter user scott account unlock;
用户已更改。
再次登录后可以重新设置 scott密码