[Home] [Help]
[Dependency Information]
| Object Name: | CDB_REGISTRY_LOG |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPTIME | TIMESTAMP(6) | (11) | ||
| NAMESPACE | VARCHAR2 | (128) | ||
| COMP_ID | VARCHAR2 | (128) | ||
| OPERATION | VARCHAR2 | (11) | ||
| MESSAGE | VARCHAR2 | (1000) | ||
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OPTIME
, NAMESPACE
, COMP_ID
, OPERATION
, MESSAGE
, CON_ID
FROM SYS.CDB_REGISTRY_LOG;
SYS.CDB_REGISTRY_LOG does not reference any database object
SYS.CDB_REGISTRY_LOG is referenced by following:
PUBLIC
CDB_REGISTRY_LOG
|
|
|
|