The information on the tool website has been changed and the refhost.xml file has been added.
<!--Microsoft Windows 7-->
<OPERATING_SYSTEM>
<VERSION VALUE="6.1"/>
</OPERATING_SYSTEM>
Later, using xp sp3 compatibility mode, the administrator ran the installation.
I just installed Oracle 10g, and then, after running em, the interface came out, but an error was reported:
java.lang.Exception: Exception in sending Request :: null
Many functions cannot be used, prompting to log in again
Solution: Find the file below
$ORACLE_HOMEdb_1$HOSTNAMEsysmanconfigemd.properties
The default agentTZRegion is GMT, just change it to your time zone, for example:
agentTZRegion=Asia/Chungking
For a list of time zones reference: 10.2.0db_1sysmanadminsupportedtzs.lst
Then stop dbconsole first to make the time zone setting take effect and restart OracleDBConsole:
Then stop dbconsole first and then restart dbconsole:
set ORACLE_SID=orcl
emctl stop dbconsole
emctl start dbconsole
-