ccmdb delete

The ccmdb delete command removes a database.

Synopsis

ccmdb delete database_path [-y]

Uses

You must use this command and not the standard rm command.

If you removed a database path with the rm command, use ccmdb drop to complete the database removal.

You must run this command on the database server, as user ccm_root.

Options and arguments

database_path
Specifies the path to the database you are deleting.
-y
Executes the command without displaying confirmation messages.

Example

Delete the test_ccm database.

$ ccmdb delete /vol/hydra/ccmdb/test_ccm

Do not remove a Rational® Synergy database using standard UNIX commands. Each Rational Synergy database contains data that exists in both the file system and on the database server. Using the UNIX rm command removes only the file system data.


Feedback