Implications of dropping hash clusters & tables in hash clusters are not same - Oracle Clusters

Q.  The Implications of dropping hash clusters and tables in hash clusters are not same as those for dropping index clusters.
- Published on 30 Jul 15

a. True
b. False

ANSWER: False
 

    Discussion

  • Nirja Shah   -Posted on 02 Sep 15
    - 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.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)