您的位置:首页 > 数据库 > Oracle

Oracle11g系统账号密码忘记解决办法

2016-03-20 15:28 197 查看

对于新手来说,经常忘记这个是很烦的事情,因为有的时候学的东西用不到数据库,而要用到数据库就忘记密码,

下面就摆脱这个尴尬吧!

1.启动sqlplus

2.请输入用户名:  sqlplus/as sysdba

3.输入口令: 直接回车

4.连接到:

   Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

   With the Partitioning, OLAP, Data Mining and Real Application Testing options

   SQL>alter user sys identified by admin;

  用户已更改。



  SQL> conn sys/admin as sysdba;
  已连接。

  SQL> alter user system identified by manager;



  用户已更改。

  就OK了!

还有一种通过https://localhost:1158/em的解决办法,个人感觉不太好用,网上有教程,可自行搜素。

转载于:https://www.cnblogs.com/vczzz/p/5297894.html

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: