Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_XML_VIEW_COLS
describes the columns of the XML views accessible to the current user.
DBA_XML_VIEW_COLS
describes the columns of all XML views in the database.
USER_XML_VIEW_COLS
describes the columns of the XML views owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
Owner of the XML view | |
VIEW_NAME |
VARCHAR2(30) |
Name of the XML view | |
COLUMN_NAME |
VARCHAR2(4000) |
Name of the XML view column | |
XMLSCHEMA |
VARCHAR2(700) |
Name of the XML Schema that is used for the view definition | |
SCHEMA_OWNER |
VARCHAR2(30) |
Owner of the XML Schema that is used for the view definition | |
ELEMENT_NAME |
VARCHAR2(2000) |
Name of the XML SChema element that is used for the view |
See Also: