4.51 ALL_SAGAS
ALL_SAGAS
describes the active 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.
Related Views
-
DBA_SAGAS
describes all active sagas in the database. -
USER_SAGAS
describes the active 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 |
Note:
This view displays active sagas. Completed sagas are displayed in the ALL_HIST_SAGAS view.
Note:
This view is available starting with Oracle Database 23ai.
See Also: