当前位置: 数据库>oracle
oracle修改scott密码与解锁的方法详解
来源: 互联网 发布时间:2014-09-07
本文导语: scott用户的密码不对,进入管理员用户,修改scott用户密码即可 或者这样修改密码:在运行栏里面敲:sqlplus(空格)/nolog 回车接着在弹出框里面敲:conn sys/password as sysdba回车提示已连接最后敲:alter user scott identified by tiger;回车alte...
scott用户的密码不对,进入管理员用户,修改scott用户密码即可
或者这样修改密码:
在运行栏里面敲:sqlplus(空格)/nolog 回车
接着在弹出框里面敲:conn sys/password as sysdba回车
提示已连接
最后敲:alter user scott identified by tiger;回车
alter user scott account unlock;回车(对SCOTT解锁)
http://an:1158/em/console/logon/logon;jsessionid=0a41087b486a0b960e3d7ba45e4aee7f47fd525cb90 进入客户端登录页面
或者这样修改密码:
在运行栏里面敲:sqlplus(空格)/nolog 回车
接着在弹出框里面敲:conn sys/password as sysdba回车
提示已连接
最后敲:alter user scott identified by tiger;回车
alter user scott account unlock;回车(对SCOTT解锁)
http://an:1158/em/console/logon/logon;jsessionid=0a41087b486a0b960e3d7ba45e4aee7f47fd525cb90 进入客户端登录页面