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


VIEW: SYS.CDB_XML_VIEW_COLS

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

Description of all XML views in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Name of the 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 XMLSchema that is used for the view 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 view
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      VIEW_NAME
,      COLUMN_NAME
,      XMLSCHEMA
,      SCHEMA_OWNER
,      ELEMENT_NAME
,      CON_ID
FROM SYS.CDB_XML_VIEW_COLS;

Dependencies

[top of page]

SYS.CDB_XML_VIEW_COLS does not reference any database object

SYS.CDB_XML_VIEW_COLS is referenced by following:

SchemaPUBLIC
SynonymCDB_XML_VIEW_COLS