ALL_EDITIONING_VIEWS_AE
describes the editioning views (across all editions) accessible to the current user.
DBA_EDITIONING_VIEWS_AE
describes all editioning views (across all editions) in the database.
USER_EDITIONING_VIEWS_AE
describes the editioning views (across all editions) owned by the current user. 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 |
TABLE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of an editioning view's base table |
EDITION_NAME |
VARCHAR2(30) |
Name of the application edition where the editioning view is defined |