忘记system,sys密码,解决方法

 

今天在虚拟机中安装oracle11g的时候,忘记了口令管理,安装完成后才想起来,在这里记录下来,防止以后出现同样的问题

oracle 11g 的管理页面地址   https://localhost:1158/em

sqlplus "/as sysdba"
SQL> alter user sys identified by xxxx;
SQL> alter user system identified by xxxx;



posted on 2015-04-11 01:06  忙碌ing  阅读(255)  评论(0)    收藏  举报

导航