Oracle:scott用户登录提示:the account is locked

SQL> conn / as sysdba;    --DBA登录

SQL> alter user scott account unlock;   --解锁

SQL> conn scott/tiger;

......提示修改新密码

SQL> conn scott/xxx; --新密码登录

已连接。

posted @ 2014-01-29 14:51  mina_moto  阅读(233)  评论(0编辑  收藏  举报