Oracle 11g解锁scott

Go_Viola

关注

阅读 160

2022-07-27


用PLSQL Developer登录scott/tiger 账户时

给出提示: 

          ERROR: 

         ORA-28000: the account is locked 

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

解决方法: 

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

  (2)为scott解锁,输入: 

      alter user scott account unlock;

精彩评论(0)

0 0 举报