The following views display information about hash clusters:
| View | Description | 
|---|---|
| DBA_CLUSTERS
 
 | DBAview describes all clusters (including hash clusters) in the database.ALLview describes all clusters accessible to the user.USERview is restricted to clusters owned by the user. Some columns in these views contain statistics that are generated by theDBMS_STATSpackage orANALYZEstatement. | 
| DBA_CLU_COLUMNS
 | These views map table columns to cluster columns. | 
| DBA_CLUSTER_HASH_EXPRESSIONS
 
 | These views list hash functions for hash clusters. | 
See Also:
Oracle Database Reference for complete descriptions of these views