Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_EDITIONING_VIEW_COLS_AE
describes the relationship between the columns of the editioning views (across all editions) accessible to the current user and the table columns to which they map.
DBA_EDITIONING_VIEW_COLS_AE
describes the relationship between the columns of all editioning views (across all editions) in the database and the table columns to which they map.
USER_EDITIONING_VIEW_COLS_AE
describes the relationship between the columns of the editioning views (across all editions) owned by the current user and the table columns to which they map. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of an editioning view |
VIEW_NAME |
VARCHAR2(30) |
NOT NULL |
Name of an editioning view |
VIEW_COLUMN_ID |
NUMBER |
NOT NULL |
Column number within the editioning view |
VIEW_COLUMN_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the column in the editioning view |
TABLE_COLUMN_ID |
NUMBER |
NOT NULL |
Column number of a table column to which this editioning view column maps |
TABLE_COLUMN_NAME |
VARCHAR2(30) |
NOT NULL |
Name of a table column to which this editioning view column maps |
EDITION_NAME |
VARCHAR2(30) |
Name of the application edition where the editioning view is defined |