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


VIEW: SYS.CDB_EDITIONING_VIEW_COLS_AE

Object Details
Object Name: CDB_EDITIONING_VIEW_COLS_AE
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
EDITION_NAME VARCHAR2 (128)
Name of the Application Edition where the Editioning View is defined
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
,      EDITION_NAME
,      CON_ID
FROM SYS.CDB_EDITIONING_VIEW_COLS_AE;

Dependencies

[top of page]

SYS.CDB_EDITIONING_VIEW_COLS_AE does not reference any database object

SYS.CDB_EDITIONING_VIEW_COLS_AE is referenced by following:

SchemaPUBLIC
SynonymCDB_EDITIONING_VIEW_COLS_AE