sysman Archives - DBACLASS https://dbaclass.com/article-tag/sysman/ database administration Mon, 02 Nov 2015 13:21:02 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 ORA-06512: at “SYSMAN.EM_SELF_UPDATE” while installation 12c cloud control https://dbaclass.com/article/ora-06512-at-sysman-em_self_update-while-installation-12c-cloud-control/ https://dbaclass.com/article/ora-06512-at-sysman-em_self_update-while-installation-12c-cloud-control/#respond Mon, 02 Nov 2015 13:18:28 +0000 http://dbaclass.com/?post_type=article&p=507            We got below error while installing OEM 12c cloud  control. Error:   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: […]

The post ORA-06512: at “SYSMAN.EM_SELF_UPDATE” while installation 12c cloud control appeared first on DBACLASS.

]]>
           We got below error while installing OEM 12c cloud  control.

Error:

 

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

Solution:

Login to repository database and execute below commands.

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.

Now retry the installation, It should completed successfully.

Reference metalink id 1663277.1

The post ORA-06512: at “SYSMAN.EM_SELF_UPDATE” while installation 12c cloud control appeared first on DBACLASS.

]]>
https://dbaclass.com/article/ora-06512-at-sysman-em_self_update-while-installation-12c-cloud-control/feed/ 0