EM13c : DBName property shows db_unique_name instead db_name
(Doc ID 2642160.1)
Last updated on JUNE 15, 2022
Applies to:
Enterprise Manager for Oracle Database - Version 13.3.1.0.0 to 13.3.2.0.0 [Release 13c to 13.2]Information in this document applies to any platform.
Symptoms
In Enterprise Manager (EM) Cloud Control, Navigate to TARGET_HOME -> CONFIGURATION -> LATEST -> Instance Information section shows Database Name which is actually DB_UNIQUE_NAME.
From target DB:
SQL> show parameter name;
SQL> select NAME, DB_UNIQUE_NAME from v$database;
From Repository DB:
SQL> select property_name, property_value from mgmt_target_properties where property_name in ('DBName','SID','InstanceName')
and target_guid = (select target_guid from mgmt_targets where target_name='<DB_UNIQUE_NAME from above output>');
mgmt_target_properties shows the wrong db name. The expected behavior is to have the DBName, but it reports the DB_UNIQUE_NAME.
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 |