[Home] [Help]
[Dependency Information]
| Object Name: | DBA_ROLLING_EVENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
List of all events reported from DBMS_ROLLING PL/SQL package
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENTID | NUMBER | Event identifier which identifies event order | ||
| EVENT_TIME | TIMESTAMP(6) | (11) | Time associated with the event | |
| TYPE | VARCHAR2 | (7) | Type of event: INFO, NOTICE, WARNING, or ERROR | |
| MESSAGE | VARCHAR2 | (256) | Text describing the event details | |
| STATUS | NUMBER | Status code associated with an event | ||
| INSTID | NUMBER | Instruction ID associated with an event | ||
| REVISION | NUMBER | Plan revision number associated with an event |
Cut, paste (and edit) the following text to query this object:
SELECT EVENTID
, EVENT_TIME
, TYPE
, MESSAGE
, STATUS
, INSTID
, REVISION
FROM SYS.DBA_ROLLING_EVENTS;
SYSTEM
ROLLING$EVENTS
PUBLIC
DBA_ROLLING_EVENTS
|
|
|
|