Home | Previous Page | Next Page   Utility Reference > onutil: Check, Define, and Modify Storage Objects >

DROP DBSPACE

The onutil DROP DBSPACE command allows you to drop a dbspace.

Syntax

Read syntax diagramSkip visual syntax diagram>>-DROP DBSPACE--+-dbspace_identifier-+------------------------><
                 '-dbspace_name-------'

Element Purpose Restrictions Syntax
dbspace_identifier The generated names of the dbspaces that you want to drop The value must be an existing dbspace that was generated when you created a dbslice. Name must be of the form:

slicename.ordinal

The value of slicename must be the same as the dbslice name that you used when you created the dbslice.

The value of ordinal must be an unsigned integer.

See Derived Dbspace Identifier.
dbspace_name Name of the dbspace that you want to drop None. See Dbspace Name.

Usage

Use the onutil DROP DBSPACE command to drop a dbspace or a temporary dbspace. The database server must be in online or quiescent mode when you drop a dbspace or temporary dbspace.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]