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


VIEW: SYS.INDEX_HISTOGRAM

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

statistics on keys with repeat count

[View Source]

Columns
Name Datatype Length Mandatory Comments
REPEAT_COUNT NUMBER

number of times that a key is repeated
KEYS_WITH_REPEAT_COUNT NUMBER

number of keys that are repeated REPEAT_COUNT times
Query Text

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


SELECT REPEAT_COUNT
,      KEYS_WITH_REPEAT_COUNT
FROM SYS.INDEX_HISTOGRAM;

Dependencies

[top of page]

SYS.INDEX_HISTOGRAM references the following:

SYS.INDEX_HISTOGRAM is referenced by following:

SchemaPUBLIC
SynonymINDEX_HISTOGRAM