EM Cloud Control 12c:oracle.sysman.top.oms: Still Running
错误如题所示,具体的现场如下:
发生该错误的场景是:
在MS Windows server 2008 R2的环境上部署Oracle EM Cloud Control 12c。
资料库的配置:MS Windows server 2008上运行的Oracle 11g。
在安装到百分之52的时候卡住,查看日志,你会发现有一堆“oracle.sysman.top.oms: still running”的信息。
目前看来,发生该错误的原因可能是:资料库的版本太低。
当前资料库的版本:
而之前安装成功过的一个EM12c中的资料库的版本,是这样的:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
[oracle@oracle11g ~]$ ps -ef | grep pmon oracle 9896 1 0 Mar12 ? 00:00:03 ora_pmon_repodb oracle 10077 9788 0 21:53 pts/2 00:00:00 grep pmon [oracle@oracle11g ~]$ export ORACLE_SID=repodb [oracle@oracle11g ~]$ sqlplus -v SQL*Plus: Release 11.2.0.4.0 Production [oracle@oracle11g ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Mon Mar 14 21:53:55 2016 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> select * from v$version; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production PL/SQL Release 11.2.0.4.0 - Production CORE 11.2.0.4.0 Production TNS for Linux: Version 11.2.0.4.0 - Production NLSRTL Version 11.2.0.4.0 - Production SQL> |
所以,不出意外,应该是资料库的版本太低导致的文首截图中的Bug的。
最后,如果你不想遇到与我当前一样的问题,在安装EM12c之前,一定要确认资料库的版本。
————————————
Done。