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


VIEW: SYS.CDB_EDITIONS

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

Describes all editions in the database in all containers

[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
CON_ID NUMBER

container id
Query Text

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


SELECT EDITION_NAME
,      PARENT_EDITION_NAME
,      USABLE
,      CON_ID
FROM SYS.CDB_EDITIONS;

Dependencies

[top of page]

SYS.CDB_EDITIONS does not reference any database object

SYS.CDB_EDITIONS is referenced by following:

SchemaPUBLIC
SynonymCDB_EDITIONS