EM 12c Cloud Control Re-Installation Fails at Repository Configuration With Error " RCU-6016:The spe

Applies to:

Enterprise Manager Base Platform - Version: 12.1.0.1.0 and later[Release: 12.1 and later ]
Information in this document applies to any platform.

Symptoms

Installation of EM 12c Cloud Control fails at MDS Schema Configuration or it errors out in view log section as follows:

filename: /DATA/Middleware/oms/sysman/log/schemamanager/m_100911_0511_PM/m_100911_0511_PM.CREATE/emschema.log
newly created: /DATA/Middleware/oms/sysman/log/schemamanager/m_100911_0511_PM/m_100911_0511_PM.CREATE/emschema.log
jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Evildead.idc.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
Processing command line ....
Repository Creation Utility - Checking Prerequisites
Checking Global Prerequisites
RCU-6016:The specified prefix already exists.
RCU-6091:Component name/schema prefix validation failed.
Processing command line ....
Repository Creation Utility - Checking Prerequisites
Checking Global Prerequisites
RCU-6016:The specified prefix already exists.
RCU-6091:Component name/schema prefix validation failed.


The OMS_HOME/sysman/log/schemamanager/m_<timestamp>/m_<timestamp>.CREATE/rcu.log has following error messages :


2011-10-09 17:24:50.450 TRACE rcu: oracle.sysman.assistants.rcu.backend.validation.StepValidator::setPrefixInfo: Detect query before variable substitution:
2011-10-09 17:24:50.450 TRACE rcu: oracle.sysman.assistants.rcu.backend.validation.StepValidator::setPrefixInfo: Detect query after variable substitution:
2011-10-09 17:24:50.453 TRACE rcu: oracle.sysman.assistants.rcu.backend.validation.StepValidator::isConnectionStepValidated: Leaving.
2011-10-09 17:24:50.453 ERROR rcu: oracle.sysman.assistants.rcu.backend.RCUCommandLineParser::setComponentSelections: RCU-6016:The specified prefix already exists.
2011-10-09 17:24:50.453 NOTIFICATION rcu: oracle.sysman.assistants.common.util.SilentMessageHandler::writeToLog: RCU-6016:The specified prefix already exists.
2011-10-09 17:24:50.453 ERROR rcu: oracle.sysman.assistants.rcu.backend.SilentRCUModel::performOperation: RCU-6091:Component name/schema prefix validation failed.
2011-10-09 17:24:50.453 NOTIFICATION rcu: oracle.sysman.assistants.common.util.SilentMessageHandler::writeToLog: RCU-6091:Component name/schema prefix validation failed.

Cause

The repository was cleaned-up using "drop user" command instead of "RepManager dropall". Due to this, the resulting repository record for the sysman_mds, sysman_opss, sysman_apm schemas are not cleaned-up.

Solution

1. Connect to the repository database an ADMIN user and execute the following SQL statement:

SQL> select comp_name from SCHEMA_VERSION_REGISTRY;

COMP_NAME
--------------------------------------------------------------------------------
Authorization Policy Manager
Metadata Services
Oracle Platform Security Service

2. If any row is returned, delete it with one or all the folling SQL statements:

SQL> delete from SCHEMA_VERSION_REGISTRY where COMP_NAME='Authorization Policy Manager';
SQL> delete from SCHEMA_VERSION_REGISTRY where COMP_NAME='Oracle Platform Security Services';
SQL> delete from SCHEMA_VERSION_REGISTRY where COMP_NAME='Metadata Services';

SQL> commit;


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值