5.294 DBA_ROLLING_EVENTS
DBA_ROLLING_EVENTS
lists all the events reported from the DBMS_ROLLING
PL/SQL package.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Event identifier which identifies event order |
|
|
|
Time associated with the event |
|
|
|
Type of event: |
|
|
|
Text describing the event details |
|
|
|
Status code associated with an event |
|
|
|
Instruction ID associated with an event |
|
|
|
Plan revision number associated with an event |
See Also:
-
Oracle Data Guard Concepts and Administration for more information about rolling operations.
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_ROLLING
package