在帮助客户迁移并升级数据库到10.2.0.5时候,执行emctl start dbconsole时候,
出现如下错误:
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:649)
at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:227)
at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:196)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:494)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1161)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:478)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:426)
该问题是oracle的一个bug,参看metalink ID1222603.1所描述:
“the root certificate used to secure communications via the Secure Socket Layer (SSL) protocol will expire on 31-Dec-2010 00:00:00. The certificate expiration will cause errors if you attempt to configure Database Control on or after 31-Dec-2010.”
下载ORACLE CPU-2011-Jan,其补丁包集Patch10248542 ---10.2.0.5.2,升级数
据库到10.2.0.5.2。
重新创建DB control configuration file和repository
emca -config dbcontrol db -repos recreate
完成后启动EM
emctl start dbcolsole
出现如下错误:
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:649)
at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:227)
at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:196)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:494)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1161)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:478)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:426)
该问题是oracle的一个bug,参看metalink ID1222603.1所描述:
“the root certificate used to secure communications via the Secure Socket Layer (SSL) protocol will expire on 31-Dec-2010 00:00:00. The certificate expiration will cause errors if you attempt to configure Database Control on or after 31-Dec-2010.”
下载ORACLE CPU-2011-Jan,其补丁包集Patch10248542 ---10.2.0.5.2,升级数
据库到10.2.0.5.2。
重新创建DB control configuration file和repository
emca -config dbcontrol db -repos recreate
完成后启动EM
emctl start dbcolsole
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/354732/viewspace-701281/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/354732/viewspace-701281/
本文介绍了一种在升级Oracle数据库到10.2.0.5版本后遇到的EM控制台启动失败的问题,并给出了详细的解决方案,包括下载和安装补丁包以更新到10.2.0.5.2版本,以及重建DB control配置文件和仓库。
995

被折叠的 条评论
为什么被折叠?



