4.256 DBA_FLASHBACK_TXN_REPORT
DBA_FLASHBACK_TXN_REPORT displays information about all compensating transactions that have been committed in the database.
               
Each row in this view is associated with one compensating transaction.
Related View
USER_FLASHBACK_TXN_REPORT displays information about the compensating transactions owned by the current user that have been committed in the database. This view does not display the USERNAME column.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Transaction responsible for backout | 
| 
 | 
 | 
 | Name of the compensating transaction | 
| 
 | 
 | 
 | Timestamp when the compensating transaction committed | 
| 
 | 
 | 
 | An XML report describing the details of the transactions backed out by the compensating transaction | 
| 
 | 
 | 
 | User who is executing the compensating transaction | 
See Also: