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


VIEW: SYS.CDB_EDITIONING_VIEW_COLS

Object Details
Object Name: CDB_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 in all containers

[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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_EDITIONING_VIEW_COLS;

Dependencies

[top of page]

SYS.CDB_EDITIONING_VIEW_COLS does not reference any database object

SYS.CDB_EDITIONING_VIEW_COLS is referenced by following:

SchemaPUBLIC
SynonymCDB_EDITIONING_VIEW_COLS