Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-01 |
|
|
View PDF |
ALL_CLUSTER_HASH_EXPRESSIONS
lists hash functions for all hash clusters accessible to the current user.
Related Views
DBA_CLUSTER_HASH_EXPRESSIONS
lists hash functions for all hash clusters in the database.
USER_CLUSTER_HASH_EXPRESSIONS
lists hash functions for all hash clusters owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Name of the owner of the cluster |
CLUSTER_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the cluster |
HASH_EXPRESSION |
LONG |
Text of hash function of the hash cluster |