Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
DBA_FLASHBACK_TXN_STATE
displays information about the compensating status of all transactions in the database. For each compensating transaction, there could be multiple rows, where each row provides the dependency relation between the transactions that have been compensated by the compensating transaction.
USER_FLASHBACK_TXN_STATE
displays information about the compensating status of the transactions owned by the current user. This view does not display the USERNAME
column.
Column | Datatype | NULL | Description |
---|---|---|---|
COMPENSATING_XID |
RAW(8) |
Transaction ID of the compensating transaction | |
XID |
RAW(8) |
A transaction that has been compensated by the compensating transaction | |
DEPENDENT_XID |
RAW(8) |
A dependent transaction of XID
Note: In the case of |
|
BACKOUT_MODE |
VARCHAR2(16) |
Mode in which XID was backed out:
|
|
USERNAME |
VARCHAR2(30) |
NOT NULL |
User who is performing the compensating transaction |
See Also:
"USER_FLASHBACK_TXN_STATE"