2024年4月12日发(作者:)
重新配置em emca -config dbcontrol
解决em无法启动问题两个命令:C:>set ORACLE_HOSTNAME=localhost
C:>emca -config dbcontrol db -repos recreate
Oracle 10g ion: Exception in sending Request :: null
2009/01/11 1:59 A.M.
刚装完 Oracle 10g,然后,进行em后,界面出来了,但报了一个错:
ion: Exception in sending Request :: null
很多功能不能用,提示重新登录
解决方案:找到下面的文件
$ORACLE_HOMEdb_1$ties
其中的agentTZRegion缺省是GMT,改为你所在的时区即可,例如:
agentTZRegion=Asia/Chungking
关于时区的列表参考:10.2.0db_
然后先停止
dbconsole
使时区设置生效并重启OracleDBConsole:
stop dbconsole
emctl resetTZ agent
emctl config agent getTZ
start dbconsole
如以下截图:
重新登陆,搞定!


发布评论