ccmdb drop

This topic contains information about the ccmdb drop command.

Synopsis

ccmdb drop database_path [-s|-server servername] [-y]

Description and uses

Use the ccmdb drop command to drop a database from the database server when the database path, or other database information, has been accidentally removed.

For example, this command completes the removal of a database after a user has attempted to remove a database using a UNIX® command.

Note: Always use the ccmdb delete command to delete a database completely.

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 dropping.

-s|-server servername

Specifies the database server. If you do not specify the server, the database is dropped from the current machine if the machine is a database server. It is dropped from the main server if it is not.

-y

Executes the command without displaying confirmation messages.

Example

Drop the web_ccm database from the argent server.

$ ccmdb drop /vol/argent1/ccmdb/web_ccm -server argent


Feedback