Setting the controlling database for a process

This subcommand modifies the controlling database for a process definition. Use ccm process -cdb to grant local control of the process. You can also use the subcommand to hand over control to another database or to accept the process from another controlling database.

About this task

ccm process -cdb|-controlling_database -local process_spec...

ccm process -cdb|-controlling_database
            -handover database_spec process_spec...

ccm process -cdb|-controlling_database
            -accept database_spec process_spec...
-accept database_spec
Specifies to accept control of the object from the specified database. See Database specification for details.
-handover database_spec
Specifies to hand over control of the object to the specified database. See Database specification for details.
-local
Specifies to take local control of the specified process.
process_spec
Specifies the process to modify. See Process specification for details.

Feedback