忘记oracle密码 1、控制面板->管理工具->服务 中打开 OracleOraHome92TNSListener服务 和OracleServiceORACLE(ORACLE可能在具体的系统中名称不一样,他与你装Oracle时指定的名称有关)服务 2.打开运行cmd3.输入sqlplus "/ as sysdba"4.alter user system identified by root;//root为密码5.commit;