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


VIEW: SYS.DBA_XML_INDEXES

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

Description of all XML indexes in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
INDEX_OWNER VARCHAR2 (128) Yes Username of the owner of the XML index
INDEX_NAME VARCHAR2 (128) Yes Name of the XML index
TABLE_OWNER VARCHAR2 (128) Yes Username of the owner of the indexed object
TABLE_NAME VARCHAR2 (128) Yes Name of the indexed object
TYPE VARCHAR2 (10)
Type of indexed column (CLOB, CSX, CLOB_IN_OR, REPOSITORY, OR)
INDEX_TYPE VARCHAR2 (27)
Index Type (Structured, Unstructured or both)
PATH_TABLE_NAME VARCHAR2 (128)
Name of the PATH TABLE
PARAMETERS XMLTYPE (64)
Structured index groups, path subsetting xpaths and scheduler job information
ASYNC VARCHAR2 (9)
Asynchronous index type
STALE VARCHAR2 (5)
Stale index type
PEND_TABLE_NAME VARCHAR2 (128)
Name of the PENDING TABLE
EX_OR_INCLUDE VARCHAR2 (8)
Path Subsetting (Include or Exclude)
Query Text

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


SELECT INDEX_OWNER
,      INDEX_NAME
,      TABLE_OWNER
,      TABLE_NAME
,      TYPE
,      INDEX_TYPE
,      PATH_TABLE_NAME
,      PARAMETERS
,      ASYNC
,      STALE
,      PEND_TABLE_NAME
,      EX_OR_INCLUDE
FROM SYS.DBA_XML_INDEXES;

Dependencies

[top of page]

SYS.DBA_XML_INDEXES references the following:

SchemaSYS
TableIND$
TableOBJ$
PL/SQL PackageSTANDARD - show dependent code
TableUSER$
TYPEXMLTYPE
SchemaXDB
TableXDB$DXPTAB
TableXDB$XTAB
SYS.DBA_XML_INDEXES is referenced by following:

SchemaPUBLIC
SynonymDBA_XML_INDEXES