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


VIEW: SYS.USER_XML_TAB_COLS

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

Description of the user's own XMLType tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128)
Name of the XMLType table
COLUMN_NAME VARCHAR2 (4000)
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?
Query Text

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


SELECT TABLE_NAME
,      COLUMN_NAME
,      XMLSCHEMA
,      SCHEMA_OWNER
,      ELEMENT_NAME
,      STORAGE_TYPE
,      ANYSCHEMA
,      NONSCHEMA
FROM SYS.USER_XML_TAB_COLS;

Dependencies

[top of page]

SYS.USER_XML_TAB_COLS references the following:

SchemaSYS
TableATTRCOL$
TableCOL$
TableCOLTYPE$
TableOBJ$
TableOPQTYPE$
TableTAB$
SchemaXDB
TableXDB$ELEMENT
TableXDB$SCHEMA
SYS.USER_XML_TAB_COLS is referenced by following:

SchemaPUBLIC
SynonymUSER_XML_TAB_COLS