Records all deferred transactions in the deferred transactions queue at the current site.
Column
Datatype
NULL
Description
DEFERRED_TRAN_ID
VARCHAR2(30)
-
The transaction ID that enqueued the calls.
DELIVERY_ORDER
NUMBER
-
An identifier that determines the order of deferred transactions in the queue. The identifier is derived from the system change number (SCN) of the originating transaction.
DESTINATION_LIST
VARCHAR2(1)
-
R indicates that the destinations are determined by the ALL_REPSITES view.
D indicates that the destinations were determined by the DEFDEFAULTDEST view or the NODE_LIST argument to the TRANSACTION or CALL procedures.
START_TIME
DATE
-
The time that the original transaction was enqueued.