Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Index >
ORACLE Server Parameters >
db_unique_name
db_unique_nameOracle 11.1.0:
Oracle 10.2.0:
Oracle 10.1.0:
Oracle 9.2.0:No such parmeter in Oracle 9.2.0.Oracle 8.1.7:No such parmeter in Oracle 8.1.7.Oracle 8.0.6:No such parmeter in Oracle 8.0.6.Oracle 7.3.4:No such parmeter in Oracle 7.3.4.Related Error Messages:ORA-15150: instance lock mode '%s' conflicts with other ASM instance(s)
Action: Shut down the other instance or start up in compatible mode. Alternatively, set the DB_UNIQUE_NAME initialization parameter to avoid the conflict.// ORA-16047: DGID mismatch between destination setting and standby
Action: Make sure the DB_UNIQUE_NAME specified in the LOG_ARCHIVE_DEST_n parameter defined for the destination matches the DB_UNIQUE_NAME parameter defined at the destination. ORA-16052: DB_UNIQUE_NAME attribute is required
Action: Use the DB_UNIQUE_NAME attribute to specify a valid Data Guard Name for the destination. The list of valid DB_UNIQUE_NAMEs can be seen with the V$DATAGUARD_CONFIG view. ORA-16053: DB_UNIQUE_NAME %s is not in the Data Guard Configuration
Action: If the DG_CONFIG attribute of the LOG_ARCHIVE_CONFIG parameter is enabled, you must specify a valid DB_UNIQUE_NAME. The list of valid DB_UNIQUE_NAMEs can be seen with the V$DATAGUARD_CONFIG view. This problem can also occur when specifying a non-standby destination with an DB_UNIQUE_NAME attribute that does not match the DB_UNIQUE_NAME initialization parameter for the current instance. ORA-16184: DB_UNIQUE_NAME %s hashes to the same value as DB_UNIQUE_NAME %s
Action: Slightly modify one of the DB_UNIQUE_NAMEs so it hashes to a different value. ORA-16194: Modifying DB_UNIQUE_NAME requires SID='*' qualifier
Action: Re-enter the command using the SID='*' qualifier. ORA-16195: DG_CONFIG requires DB_UNIQUE_NAME be explicitly defined
Action: Explicitly define a valid DB_UNIQUE_NAME. ORA-16197: Invalid DB_UNIQUE_NAME parameter specification
Action: Check the documentation and re-enter the parameter. ORA-16621: database name for ADD DATABASE must be unique
Action: Verify that you have specified a unique name for the new database you wish to add. This can be done by checking that there is no database with the same name. Also note that the database name must match the DB_UNIQUE_NAME initialization parameter of the database. ORA-16642: db_unique_name mismatch
Action: Verify that the connect identifier correctly connects to the intended database. Verify that the name of the database that the broker expects to find via that connect identifier matches the actual db_unique_name for that database. ORA-16651: requirements not met for enabling Fast-Start Failover
Action: Retry the attempted command after correcting the issue: - Set the Data Guard configuration to MaxAvailability protection mode. - Ensure that the LogXptMode property for both the primary database and the Fast-Start Failover target standby database are SYNC. - Ensure that both the primary database and the Fast-Start Failover target standby database have flashback enabled. - Set the primary database's FastStartFailoverTarget property to the db_unique_name value of the desired target standby database add the desired target standby database's FastStartFailoverTarget property to the db_unique_name value of the primary database. ORA-16744: the DG_CONFIG list of LOG_ARCHIVE_CONFIG parameter is full
Action: Remove some unused entries in the DG_CONFIG list, then reenable the database. ORA-16745: unable to add DB_UNIQUE_NAME %s into the DG_CONFIG list because it is full
Action: Remove some unused entries in the DG_CONFIG list, then reenable the database. ORA-16784: the database name in Dependency property is incorrect
Action: Reset the Dependency property to the correct name of the database. ORA-16814: incorrect redo transport setting for AlternateLocation for standby database
Action: Reenable the primary database to clear the error. ORA-16815: incorrect redo transport setting for AlternateLocation for standby database \"%s\"
Action: Reenable the primary database to clear the error.
This parameter is documented in the Oracle Server Reference Guide. Search for more info about [ db_unique_name ] on the Oracle FAQ.
|