忘记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;

今天在虚拟机中安装oracle11g的时候,忘记了口令管理,安装完成后才想起来,在这里记录下来,防止以后出现同样的问题
oracle 11g 的管理页面地址 https://localhost:1158/em
sqlplus "/as sysdba"
SQL> alter user sys identified by xxxx;
SQL> alter user system identified by xxxx;
