[Home] [Help]
[Dependency Information]
| Object Name: | ALL_EDITIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Describes all editions in the database
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT EDITION_NAME
, PARENT_EDITION_NAME
, USABLE
FROM SYS.ALL_EDITIONS;
SYS
EDITION$
OBJ$
PUBLIC
ALL_EDITIONS
SYS
AD_ZD_SYS
- show dependent code
|
|
|
|