网络编程
位置:首页>> 网络编程>> 数据库>> oracle修改scott密码与解锁的方法详解

oracle修改scott密码与解锁的方法详解

  发布时间:2024-01-19 19:10:40 

标签:oracle,scott密码,解锁

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 进入客户端登录页面

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com