| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03  | 
  | 
  | 
PDF · Mobi · ePub | 
ALL_XML_INDEXES describes the XML indexes accessible to the current user.
DBA_XML_INDEXES describes all XML indexes in the database.
USER_XML_INDEXES describes the XML indexes owned by the current user. This view does not display the INDEX_OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
INDEX_OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the XML index | 
INDEX_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the XML index | 
TABLE_OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the indexed object | 
TABLE_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the indexed object | 
TYPE | 
VARCHAR2(10) | 
Type of the indexed column:
  | 
|
INDEX_TYPE | 
VARCHAR2(27) | 
Type of the index:
  | 
|
PATH_TABLE_NAME | 
VARCHAR2(30) | 
Name of the path table | |
PARAMETERS | 
XMLTYPE | 
Indexed paths and Scheduler job information | |
ASYNC | 
VARCHAR2(9) | 
Asynchronous index type:
  | 
|
STALE | 
VARCHAR2(5) | 
Indicates whether the index type is stale (TRUE) or not (FALSE) | 
|
PEND_TABLE_NAME | 
VARCHAR2(30) | 
Name of the pending table | |
EX_OR_INCLUDE | 
VARCHAR2(8) | 
Path subsetting:
  | 
See Also: