windows 7成功安裝oracle 10g
工具網(wǎng)上的資料改了refhost.xml文件 添加了<!--Microsoft Windows 7--><OPERATING_SYSTEM><VERSION VALUE="6.1"/></OPERATING_SYSTEM>后來用xp sp3 兼容模式,管理員運(yùn)行安裝,剛裝完 Oracle 10g,然后,進(jìn)行em后,界面出來了,但報了一個錯:java.lang.Exception: Exception in sending Request :: null很多功能不能用,提示重新登錄
解決方案:找到下面的文件$ORACLE_HOME/db_1/$HOSTNAME/sysman/config/emd.properties其中的agentTZRegion缺省是GMT,改為你所在的時區(qū)即可,例如:agentTZRegion=Asia/Chungking關(guān)于時區(qū)的列表參考:10.2.0/db_1/sysman/admin/supportedtzs.lst然后先停止 dbconsole 使時區(qū)設(shè)置生效并重啟OracleDBConsole:然后先停止dbconsole 在重啟dbconsole :set ORACLE_SID=orcl
emctl stop dbconsole
emctl start dbconsole
相關(guān)文章:
