首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

scott登录提醒:the account is locked

2012-07-02 
scott登录提示:the account is locked用SQL Plus登录时输入:conn scott/tiger给出提示:ERROR:ORA-28000: t

scott登录提示:the account is locked
用SQL Plus登录时输入:conn scott/tiger
给出提示:
          ERROR:
          ORA-28000: the account is locked
         
解决方法:
(1)以DBA的身份登录另一个用户,输入:
     c:> sqlplus sys/sys as sysdba
(2)为scott解锁,输入:
       alter user scott account unlock;

热点排行