java.lang.Exception: Exception in sending Request :: null

问题:oracle 登录EM后报错如下:

java.lang.Exception: Exception in sending Request :: null


解决方法:

第1步:用记事本打开如下文件(注:若手工打开目录$HOSTNAME为电脑名)

 $ORACLE_HOME\db_1\$HOSTNAME\sysman\config\emd.properties 
第2步: 找到agentTZRegion 将缺省的GMT,改为你所在的时区即可,例如: 
  agentTZRegion=Asia/Shanghai 
第3步:重启OracleDBConsole: 

emctl stop dbconsole 

emctl start dbconsole

你可能感兴趣的:(oracle,em登录后报错)