Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
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 |