Changing the database ID of objects created in another database

You can convert objects that reference a specified old DCM database identifier to reference a new database ID. When the DCM database ID of another database is changed, objects in the current database are updated to reflect the new DCM database ID.

You must specify a DCM database identifier that is unique within your DCM cluster.

Before you begin

The current database must be initialized to use DCM.

Start a CLI session in single user admin mode and set your role to ccm_admin.

About this task

ccm dcm -change -from_dbid|-from_database_id old_dbid
-dbid|-database_id database_id
-dbid|-database_id database_id
Specifies the new DCM database identifier to be used. The database ID must be unique within the DCM cluster.
-from_dbid|-from_database_id database_id
Specifies the old DCM database identifier of the database whose identifier was changed.

Feedback