January 2012
Intermediate to advanced
542 pages
11h 28m
English
In this view are listed all the indexes in the database. There are the corresponding ALL_INDEXES and USER_INDEXES, showing, respectively, the indexes which the current user can access and the indexes the current user owns.
The most relevant view fields are as follows:
OWNER: The owner of the indexINDEX_NAME: The name of the indexTABLE_OWNER: The owner of the table on which the index is builtTABLE_NAME: The name of the table on which the index is builtTABLESPACE_NAME: The name of the tablespace in which the index is storedSTATUS: This can be VALID or UNUSABLEINDEX_TYPE: The type of the index; can be NORMAL, BITMAP, FUNCTION-BASED NORMAL, FUNCTION-BASED BITMAP, or DOMAINTABLE_TYPE: The type of the indexed object (TABLE or CLUSTER ...