USER_INDEXES
Description of the user's own indexesColumns
___________________________
CLUSTERING_FACTOR
A measurement of the amount of (dis)order of the table this index is for
MIN_EXTENTS
Minimum number of extents allowed in the segment
AVG_DATA_BLOCKS_PER_KEY
The average number of data blocks per key
AVG_LEAF_BLOCKS_PER_KEY
The average number of leaf blocks per key
DISTINCT_KEYS
The number of distinct keys in the index
LEAF_BLOCKS
The number of leaf blocks in the index
BLEVEL
B-Tree level
LOGGING
Logging attribute
PCT_FREE
Minimum percentage of free space in a block
FREELIST_GROUPS
Number of freelist groups allocated to this segment
FREELISTS
Number of process freelists allocated in this segment
INCLUDE_COLUMN
User column-id for last column to be included in index-only table top index
PCT_THRESHOLD
Threshold percentage of block space allowed per index entry
STATUS
Whether the non-partitioned index is in USABLE or not
MAX_EXTENTS
Maximum number of extents allowed in the segment
UNIQUENESS
Uniqueness status of the index: `UNIQUE`, `NONUNIQUE`, or `BITMAP`
NEXT_EXTENT
Size of secondary extents in bytes
INITIAL_EXTENT
Size of the initial extent in bytes
MAX_TRANS
Maximum number of transactions
INI_TRANS
Initial number of transactions
TABLESPACE_NAME
Name of the tablespace containing the index
PREFIX_LENGTH
Number of key columns in the prefix used for compression
COMPRESSION
Compression property of the index: `ENABLED`, `DISABLED`, or NULL
TABLE_TYPE
Type of the indexed object
NUM_ROWS
Number of rows in the index
TABLE_OWNER
Owner of the indexed object
INDEX_TYPE
INDEX_NAME
Name of the index
PCT_INCREASE
Percentage increase in extent size
DOMIDX_STATUS
Is the indextype of the domain index valid
SAMPLE_SIZE
The sample size used in analyzing this index
TABLE_NAME
Name of the indexed object
DOMIDX_OPSTATUS
Status of the operation on the domain index
GLOBAL_STATS
Are the statistics calculated without merging underlying partitions?
PARAMETERS
If domain index, then this is the parameter string
ITYP_NAME
If domain index, then this is the name of the associated indextype
ITYP_OWNER
If domain index, then this is the indextype owner
PCT_DIRECT_ACCESS
If index on IOT, then this is percentage of rows with Valid guess
DURATION
If index on temporary table, then duration is sys$session or sys$transaction else NULL
BUFFER_POOL
The default buffer pool to be used for index blocks
SECONDARY
Is the index object created as part of icreate for domain indexes?
GENERATED
Was the name of this index system generated?
TEMPORARY
Can the current session only see data that it place in this object itself?
PARTITIONED
Is this index partitioned? YES or NO
LAST_ANALYZED
The date of the most recent time this index was analyzed
INSTANCES
The number of instances across which the partitioned index is to be scanned
DEGREE
The number of threads per instance for scanning the partitioned index
USER_STATS
Were the statistics entered directly by the user?
FUNCIDX_STATUS
Is the Function-based Index DISABLED or ENABLED?
Related Commands: