EM13c : Target Name In Summary Column Do Not Match Target Name For PDBs
(Doc ID 2792125.1)
Last updated on DECEMBER 06, 2021
Applies to:
Enterprise Manager for Oracle Database - Version 13.4.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
In Enterprise Manager (EM) Cloud Control, In the incidents page and alerts reported, the Target name does not match with the target name in the Summary.
The Email Alert output also reports this issue. Both the Target Name and the name in Alert Message does not match.
Following queries also explains the issue:
SQL> select TARGET_NAME,TARGET_TYPE ,TARGET_GUID from mgmt_targets where target_name = '<PDB Target Name>';
SQL> SELECT SUBSTR(RAWTOHEX(TARGET_GUID),1,2000) tg_gui, SUBSTR(RAWTOHEX(METRIC_GUID),1,2000) mt_gui, KEY_VALUE, MESSAGE FROM SYSMAN.MGMT_CURRENT_SEVERITY where TARGET_GUID = '<Target GUID From Above Query>';
The above query would result in multiple targets.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |