DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_CLUSTER_HASH_EXPRESSIONS

Object Details
Object Name: USER_CLUSTER_HASH_EXPRESSIONS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Hash functions for the user's hash clusters

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Name of owner of cluster
CLUSTER_NAME VARCHAR2 (128) Yes Name of cluster
HASH_EXPRESSION LONG (0)
Text of hash function of cluster
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      CLUSTER_NAME
,      HASH_EXPRESSION
FROM SYS.USER_CLUSTER_HASH_EXPRESSIONS;

Dependencies

[top of page]

SYS.USER_CLUSTER_HASH_EXPRESSIONS references the following:

SchemaSYS
TableCDEF$
TableOBJ$
TableUSER$
SYS.USER_CLUSTER_HASH_EXPRESSIONS is referenced by following:

SchemaPUBLIC
SynonymUSER_CLUSTER_HASH_EXPRESSIONS