6.186 FLASHBACK_TRANSACTION_QUERY
FLASHBACK_TRANSACTION_QUERY displays information about all flashback transaction queries in the database.
               
The database must have at least minimal supplemental logging enabled to avoid unpredictable behavior.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Transaction identifier | 
| 
 | 
 | 
 | Transaction start system change number (SCN) | 
| 
 | 
 | 
 | Transaction start timestamp | 
| 
 | 
 | 
 | Transaction commit system change number; NULL for active transactions | 
| 
 | 
 | 
 | Transaction commit timestamp; NULL for active transactions | 
| 
 | 
 | 
 | Logon user for the transaction | 
| 
 | 
 | 
 | Undo system change number ( | 
| 
 | 
 | 
 | Forward-going DML operation performed by the transaction: 
 | 
| 
 | 
 | 
 | Name of the table to which the DML applies | 
| 
 | 
 | 
 | Owner of the table to which the DML applies | 
| 
 | 
 | 
 | Rowid of the row that was modified by the DML | 
| 
 | 
 | 
 | SQL to undo the DML indicated by  | 
See Also:
Oracle Database Utilities for information on how to enable minimal supplemental logging