阅读697 返回首页    go 技术社区[云栖]


Oracle 11g解锁scott

PLSQL Developer登录scott/tiger 账户时

给出提示

          ERROR: 

         ORA-28000: the account is locked 

小注:有可能会出现在用PLSQL Developer登陆远程服务器上的数据库时,提示。但在服务器上登陆就不提示,的情况。

解决方法: 

1)(以DBA的身份)登录system账户

  2)为scott解锁,输入

      alter user scott account unlock;

最后更新:2017-04-03 12:54:12

  上一篇:go Dictionary<string, string>
  下一篇:go ORA--06550与pls--00428:在此select语句中缺少Into子句