Oracle7 Server Administrator's Guide

Contents Index Home Previous Next

Dropping Hash Clusters

You can drop a hash cluster using the SQL command DROP CLUSTER:

DROP CLUSTER emp_dept;

A table in a hash cluster is dropped using the SQL command DROP TABLE. The implications of dropping hash clusters and tables in hash clusters are the same for index clusters.

See Also: For more information about dropping clusters, see "Dropping Clusters" [*].


Contents Index Home Previous Next