Oracle® Database Administrator's Guide 11g Release 1 (11.1) Part Number B28310-01 |
|
|
View PDF |
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"