8.236 V$FLASHBACK_TXN_GRAPH
V$FLASHBACK_TXN_GRAPH displays a tabular representation of the transaction dependency graph. For each dependency edge, there could be multiple rows, one for each conflicting operation.
               
This view is relevant AFTER a compensating transaction has been started through the DBMS_FLASHBACK.TRANSACTION_BACKOUT() set of functions, and is no longer relevant once the compensating transaction is either committed or rolled back. It also provides a tabular representation of the undo SQL that is not available through the CLOB XML construct in the DBA_FLASHBACK_TXN_REPORT view.
                  
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Transaction ID of the compensating transaction | 
| 
 | 
 | Name of the compensating transaction | 
| 
 | 
 | Transaction ID of a relevant transaction found in memory | 
| 
 | 
 | Name of the transaction with  | 
| 
 | 
 | Parent transaction ID (for a PDML transaction) | 
| 
 | 
 | If the transaction is in the transaction dependency graph | 
| 
 | 
 | If the transaction is part of the input set provided | 
| 
 | 
 | Order in which the transaction has been backed out | 
| 
 | 
 | Number of predecessors of the transaction specified by  | 
| 
 | 
 | Number of successors of the transaction specified by  | 
| 
 | 
 | One dependent transaction ID of the transaction specified by  | 
| 
 | 
 | Transaction name, if any, for the transaction specified by  | 
| 
 | 
 | SQL ID of undo SQL executed in the context of  | 
| 
 | 
 | SQL ID of undo SQL executed in the context of  | 
| 
 | 
 | The type of conflict that the conflict resolution method is used to resolve: delete, uniqueness, or update | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
See Also:
- 
                           Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_FLASHBACK.TRANSACTION_BACKOUTprocedures