[Home] [Help]
[Dependency Information]
| Object Name: | CDB_EDITION_COMMENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Describes comments on all editions in the database in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EDITION_NAME | VARCHAR2 | (128) | Yes | Name of the edition |
| COMMENTS | VARCHAR2 | (4000) | Edition comments | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT EDITION_NAME
, COMMENTS
, CON_ID
FROM SYS.CDB_EDITION_COMMENTS;
SYS.CDB_EDITION_COMMENTS does not reference any database object
SYS.CDB_EDITION_COMMENTS is referenced by following:
PUBLIC
CDB_EDITION_COMMENTS
|
|
|
|