DBA Hub

đŸ“‹Steps in this guide1/2

ORA-06512: at "SYSMAN.EM_SELF_UPDATE" while installation 12c cloud control - DBACLASS DBACLASS

Got ORA-06512: at "SYSMAN.EM_SELF_UPDATE" while installing oracle 12c cloud control. solution.exec gc_interval_partition_mgr.partition_maintenance;

oracle monitoringintermediate
by OracleDba
11 views
1

Overview

We got below error while installing OEM 12c cloud  control. Error: Solution:

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
INFO: oracle.sysman.top.oms:ORA-06512: at "SYSMAN.EM_SELF_UPDATE", line 1547
INFO: oracle.sysman.top.oms:ORA-06512: at "SYSMAN.EM_SELF_UPDATE", line 1547
INFO: oracle.sysman.top.oms:Caused by: oracle.sysman.emInternalSDK.core.selfupdate.integration.OperationFailedException: ORA-14400: inserted partition key does not map to any partition
INFO: oracle.sysman.top.oms:ORA-06512: at "SYSMAN.EM_SELF_UPDATE", line 1547
INFO: oracle.sysman.top.oms:ORA-06512: at line 1
INFO: oracle.sysman.top.oms:
INFO: oracle.sysman.top.oms: at oracle.sysman.emInternalSDK.core.selfupdate.InventoryManager.registerOutOfBoxEntity(InventoryManager.java:847)
INFO: oracle.sysman.top.oms: at oracle.sysman.core.selfupdate.EntityInstRegistration.parse(EntityInstRegistration.java:185)
INFO: oracle.sysman.top.oms: ... 5 more
2

Section 2

Login to repository database and execute below commands. Now retry the installation, It should completed successfully. Reference metalink id 1663277.1

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
SQL> exec gc_interval_partition_mgr.partition_maintenance;

PL/SQL procedure successfully completed.

SQL> exec mgmt_audit_admin.add_audit_partition;

PL/SQL procedure successfully completed.

Comments (0)

Please to add comments

No comments yet. Be the first to comment!