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


VIEW: SYS.DBA_EDITIONING_VIEW_COLS

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

Relationship between columns of all Editioning Views in the database and the table columns to which they map

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of an Editioning View
VIEW_NAME VARCHAR2 (128) Yes Name of an Editioning View
VIEW_COLUMN_ID NUMBER
Yes Column number within the Editioning View
VIEW_COLUMN_NAME VARCHAR2 (128) Yes Name of the column in the Editioning View
TABLE_COLUMN_ID NUMBER
Yes Column number of a table column to which this EV column maps
TABLE_COLUMN_NAME VARCHAR2 (128) Yes Name of a table column to which this EV column maps
Query Text

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


SELECT OWNER
,      VIEW_NAME
,      VIEW_COLUMN_ID
,      VIEW_COLUMN_NAME
,      TABLE_COLUMN_ID
,      TABLE_COLUMN_NAME
FROM SYS.DBA_EDITIONING_VIEW_COLS;

Dependencies

[top of page]

SYS.DBA_EDITIONING_VIEW_COLS references the following:

SchemaSYS
TableCOL$
TableEV$
TableEVCOL$
TableOBJ$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.DBA_EDITIONING_VIEW_COLS is referenced by following:

SchemaPUBLIC
SynonymDBA_EDITIONING_VIEW_COLS