A.1.1.1 Saga Initiator and Participant
Saga Initiator
On the initiator's PDB, the information about ongoing Sagas is available
from the DBA_SAGAS and DBA_SAGA_PARTICIPANT_SET
dictionary views. The DBA_SAGAS view provides the current state of
ongoing Sagas, and DBA_SAGA_PARTICIPANT_SET shows the state of
individual participants in a Saga. The completed Sagas appear in the
DBA_HIST_SAGAS view.
Saga Participant
On the participant’s PDB, the information about ongoing Sagas is
available from the DBA_SAGAS view. The completed Sagas appear in
the DBA_HIST_SAGAS view.