ALL_EDITIONING_VIEWS
describes the editioning views accessible to the current user.
DBA_EDITIONING_VIEWS
describes all editioning views in the database.
USER_EDITIONING_VIEWS
describes the editioning views 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 |