Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_XML_INDEXES

ALL_XML_INDEXES describes the XML indexes accessible to the current user.

Related Views

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
PATH_TABLE_NAME VARCHAR2(30) NOT NULL Name of the path table
PARAMETERS XMLTYPE   Indexed paths and Scheduler job information
ASYNC VARCHAR2(9)   Asynchronous index type:
  • ON-COMMIT

  • MANUAL

  • EVERY

  • ALWAYS

STALE VARCHAR2(5)   Indicates whether the index type is stale (TRUE) or not (FALSE)
PEND_TABLE_NAME VARCHAR2(30)   Name of the pending table
TYPE VARCHAR2(10)   Type of the indexed column:
  • REPOSITORY

  • CSX

  • CLOB in OR

  • CLOB

EX_OR_INCLUDE VARCHAR2(8)   Path subsetting:
  • INCLUDE

  • EXCLUDE

  • FULLY IX