Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > GRANT FRAGMENT >

Specifying Fragments

You can specify one fragment or a comma-separated list of fragments, with the name (or list of names) enclosed between parentheses that immediately follow the ON 3table specification. You cannot use quotation marks to delimit fragment names. The database server issues an error if you include no fragment, or if no fragment of the specified table matches a fragment that you list.

Each fragment must be referenced by the name of the partition where it is stored. If you did not declare an explicit identifier when you created the partition, its name defaults to the name of the dbspace that contains the partition.

After a dbspace is renamed successfully by the onspaces utility, only the new name is valid. Dynamic Server automatically updates existing fragmentation strategies in the system catalog to substitute the new dbspace name, but you must specify the new name in GRANT FRAGMENT statement to reference a fragment whose default name is the name of a renamed dbspace.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]