千家信息网

ORACLE10g时区配置错误问题

发表于:2025-11-24 作者:千家信息网编辑
千家信息网最后更新 2025年11月24日,ORACLE10g打开EM后提示java.lang.Exception: Exception in sending Request::nullhttp://localhost:1158/em 登录em
千家信息网最后更新 2025年11月24日ORACLE10g时区配置错误问题

ORACLE10g打开EM后提示java.lang.Exception: Exception in sending Request::null

http://localhost:1158/em 登录em后,提示java.lang.Exception: Exception in sending Request :: null


原因:时区配置错误引起:

修改:(1)打开 E:\oracle\product\10.2.0\db_1\USER-AM_orcl\sysman\config \emd.properties文件,将agentTZRegion=GMT 改成 agentTZRegion =Asia/Chungking agentTZRegion=Asia/Shanghai

(2)重启EM。

然后先停止dbconsole 在重启dbconsole :

set ORACLE_SID=orcl

emctl stop dbconsole

emctl start dbconsole

即可解决时区配置错误问题。

0