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


VIEW: SYS.USABLE_EDITIONS

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

Describes all usable 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
Query Text

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


SELECT EDITION_NAME
,      PARENT_EDITION_NAME
FROM SYS.USABLE_EDITIONS;

Dependencies

[top of page]

SYS.USABLE_EDITIONS references the following:

SchemaSYS
ViewDATABASE_PROPERTIES
TableEDITION$
TableOBJ$
TableOBJAUTH$
SYS.USABLE_EDITIONS is referenced by following:

SchemaPUBLIC
SynonymUSABLE_EDITIONS
SchemaSYS
Package BodyDBMS_EDITIONS_UTILITIES - show dependent code