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


VIEW: SYS.DBA_EDITIONING_VIEWS

Object Details
Object Name: DBA_EDITIONING_VIEWS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of all Editioning Views in the database

[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
TABLE_NAME VARCHAR2 (128) Yes Name of an Editioning View's base table
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      VIEW_NAME
,      TABLE_NAME
FROM SYS.DBA_EDITIONING_VIEWS;

Dependencies

[top of page]

SYS.DBA_EDITIONING_VIEWS references the following:

SchemaSYS
TableEV$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.DBA_EDITIONING_VIEWS is referenced by following:

SchemaPUBLIC
SynonymDBA_EDITIONING_VIEWS