ccmdb protect

The ccmdb protect command protects a database from new sessions.

Synopsis

ccmdb protect database_path

Uses

Use the ccmdb protect command to prevent users from starting new sessions on a database while you are solving a database problem or installing a model.

You must be user ccm_root to run this command.

Options and arguments

database_path
Specifies the path to the database you are protecting.

Example

Protect the /vol/boon/ccmdb/test_ccm database.

$ ccmdb protect /vol/boon/ccmdb/test_ccm

Attention

This command prevents new sessions from being started on the specified database but does not protect the database from sessions already running. Stop current sessions by executing the ccmdb shutdown command.


Feedback