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


VIEW: SYS.DBA_EDITIONS

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

Describes all editions in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
EDITION_NAME VARCHAR2 (128) Yes Name of the edition
PARENT_EDITION_NAME VARCHAR2 (128)
Name of the parent edition for this edition
USABLE VARCHAR2 (3)
A value of 'YES' means edition is usable and 'NO' means unusable
Query Text

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


SELECT EDITION_NAME
,      PARENT_EDITION_NAME
,      USABLE
FROM SYS.DBA_EDITIONS;

Dependencies

[top of page]

SYS.DBA_EDITIONS references the following:

SchemaSYS
TableEDITION$
TableOBJ$
SYS.DBA_EDITIONS is referenced by following:

SchemaPUBLIC
SynonymDBA_EDITIONS
SchemaSYS
Package BodyDBMS_XSTREAM_ADM_INTERNAL - show dependent code