忘记dba用户密码,利用SQLPlus重置dba密码

时间:2017-11-02 10:53:30   收藏:0   阅读:344
  1. 打开SQL Plus
  2. 输入用户名: sys as sysdba
  3. 输入口令:可直接回车
  4. 连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
  1. alter user sys identified by admin;
用户已更改。
  1. conn sys/admin as sysdba;
已连接。
  1. alter user system identified by manager;
用户已更改。

原文:http://www.cnblogs.com/dahuo/p/7770735.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!