| COMPENSATING_XID | RAW(8) | Transaction ID of the compensating transaction | 
| COMPENSATING_TXN_NAME | VARCHAR2(255) | Name of the compensating transaction | 
| XID | RAW(8) | Transaction ID of a relevant transaction found in memory | 
| TXN_NAME | VARCHAR2(255) | Name of the transaction with XIDas the transaction ID; NULL if none | 
| PARENT_XID | RAW(8) | Parent transaction ID (for a PDML transaction) | 
| INTERESTING | NUMBER | If the transaction is in the transaction dependency graph | 
| ORIGINAL | NUMBER | If the transaction is part of the input set provided | 
| BACKOUT_SEQ | NUMBER | Order in which the transaction has been backed out | 
| NUM_PREDS | NUMBER | Number of predecessors of the transaction specified by XIDin the transaction graph | 
| NUM_SUCCS | NUMBER | Number of successors of the transaction specified by XIDin the transaction graph | 
| DEP_XID | RAW(8) | One dependent transaction ID of the transaction specified by XID. This is a particular child ofXID. | 
| DEP_TXN_NAME | VARCHAR2(255) | Transaction name, if any, for the transaction specified by DEP_XID | 
| TXN_CONF_SQL_ID | NUMBER | SQL ID of undo SQL executed in the context of XIDwhich conflicts with the dependent transaction | 
| DEP_TXN_CONF_SQL_ID | NUMBER | SQL ID of undo SQL executed in the context of DEP_XIDwhich conflicts withXID | 
| CONFLICT_TYPE | VARCHAR2(32) | The type of conflict that the conflict resolution method is used to resolve: delete, uniqueness, or update |