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

DROP COGROUP

Use the onutil DROP COGROUP command to drop one or more cogroups.

Syntax

Read syntax diagramSkip visual syntax diagram>>-DROP COGROUP--+-cogroup_name-----------------+--------------><
                 '-| Cogroup_Range_Identifier |-'

Read syntax diagramSkip visual syntax diagramCogroup_Range_Identifier:

|--+-prefix--| Formatting Characters |---------+----------------|
   '-prefix--| Formatting Characters |--suffix-'

Read syntax diagramSkip visual syntax diagramFormatting Characters:

|--%f--(--first--"--last--)-------------------------------------|

Element Purpose Restrictions Syntax
cogroup_name The name of a coserver or cogroup in the database server Name must be unique within a database server. See Cogroup Name.
prefix The alphabetic portion of the generated cogroup name that precedes the formatting character The combination of the prefix, formatting character, and suffix must not exceed 18 characters. See Identifiers in onutil Commands and Coserver List.
suffix The alphabetic portion of the generated cogroup name that follows the formatting character The combination of the prefix, formatting character, and suffix must not exceed 18 characters. See Identifiers in onutil Commands and Coserver List.
first The starting value of the integer to substitute for the coserver name The value of first must be equal to or less than the value of last. Unsigned integer.
last The ending value of the integer to substitute for the coserver name The value of last must be equal to or larger than first. Unsigned integer.

Usage

Use the onutil DROP COGROUP command to delete one or more cogroups. If you specify a cogroup range identifier, the database server drops the list of cogroups that the cogroup range identifier represents.

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