当前位置:首页 > 数据库 > Oracle

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; --新密码登录

已连接。

原文:http://www.cnblogs.com/minamoto/p/3536180.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!