Oracle® Database Administrator's Guide 11g Release 2 (11.2) Part Number E25494-02 |
|
|
PDF · Mobi · ePub |
You can drop a hash cluster using the DROP CLUSTER
statement:
DROP CLUSTER emp_dept;
A table in a hash cluster is dropped using the DROP TABLE
statement. The implications of dropping hash clusters and tables in hash clusters are the same as those for dropping index clusters.
See Also:
"Dropping Clusters"