[Home] [Help]
[Dependency Information]
| Object Name: | DBA_XML_TABLES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description of all XML tables in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Name of the owner of the XML table | |
| TABLE_NAME | VARCHAR2 | (128) | Name of the XML table | |
| XMLSCHEMA | VARCHAR2 | (700) | Name of the XMLSchema that is used for the table definition | |
| SCHEMA_OWNER | VARCHAR2 | (128) | Name of the owner of the XMLSchema used for table definition | |
| ELEMENT_NAME | VARCHAR2 | (2000) | Name XMLSChema element that is used for the table | |
| STORAGE_TYPE | VARCHAR2 | (17) | Type of storage option for the XMLtype data | |
| ANYSCHEMA | VARCHAR2 | (3) | If storage is BINARY, does this column allow ANYSCHEMA? | |
| NONSCHEMA | VARCHAR2 | (3) | If storage is BINARY, does this column allow NONSCHEMA? |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, XMLSCHEMA
, SCHEMA_OWNER
, ELEMENT_NAME
, STORAGE_TYPE
, ANYSCHEMA
, NONSCHEMA
FROM SYS.DBA_XML_TABLES;
SYS
COL$
COLTYPE$
OBJ$
OPQTYPE$
TAB$
USER$
XDB
XDB$ELEMENT
XDB$SCHEMA
PUBLIC
DBA_XML_TABLES
SYS
DBA_XML_NESTED_TABLES
DBA_XML_OUT_OF_LINE_TABLES
|
|
|
|