ALL_CLUSTER_HASH_EXPRESSIONS
displays hash functions for all hash clusters accessible to the current user.
DBA_CLUSTER_HASH_EXPRESSIONS
displays hash functions for all hash clusters in the database.
USER_CLUSTER_HASH_EXPRESSIONS
displays hash functions for all hash clusters owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the cluster |
CLUSTER_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the cluster |
HASH_EXPRESSION |
LONG |
Text of the hash function of the hash cluster |