3.238 ALL_HIST_SAGAS
ALL_HIST_SAGAS
provides a history of the completed sagas accessible to the current user.
This view displays sagas that were either initiated in the current PDB or joined by participants in the current PDB.
Completed sagas are retained in this view for the length of time specified by the SAGA_HIST_RETENTION
initialization parameter. The default is 30 days.
Related Views
-
DBA_HIST_SAGAS
provides a history of all completed sagas in the database. -
USER_HIST_SAGAS
provides a history of the completed sagas owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Saga ID |
|
|
|
Name of the saga initiator |
|
|
|
Indicates whether this participant is the saga initiator ( |
|
|
|
Name of the saga coordinator |
|
|
Type of the saga coordinator:
|
|
|
|
|
Owner of the saga participant |
|
|
|
Name of the saga participant |
|
|
|
Saga status:
|
|
|
|
Saga version |
|
|
|
Time limit for the saga (in seconds) |
|
|
|
Saga start time |
|
|
Time at which the saga finalization was initiated |
|
|
|
|
Time at which the saga was marked as completed, that is, all saga participants responded to the finalization request |
Note:
This view is available starting with Oracle Database 23ai.
See Also: