ALL_XML_TAB_COLS
describes the columns of the XML tables accessible to the current user.
Related Views
DBA_XML_TAB_COLS
describes the columns of all XML tables in the database.
USER_XML_TAB_COLS
describes the columns of the XML tables owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Owner of the XML table |
|
|
|
Name of the XML table |
|
|
|
Name of the XML table column |
|
|
|
Name of the XML Schema that is used for the table definition |
|
|
|
Owner of the XML Schema that is used for the table definition |
|
|
|
Name of the XML SChema element that is used for the table |
|
|
|
Storage option for the XMLType data:
Note: The |
|
|
|
If storage is |
|
|
|
If storage is |
See Also: