| 
 
LOCAL_TRAN_ID   | 
 
VARCHAR2(22)   | 
 
NOT NULL   | 
 
String of form: n.n.n; n is a number   | 
| 
 
GLOBAL_TRAN_ID   | 
 
VARCHAR2(169)   | 
 
   | 
 
Globally unique transaction ID   | 
| 
 
STATE   | 
 
VARCHAR2(16)   | 
 
NOT NULL   | 
 
Collecting, prepared, committed, forced commit, or forced rollback    | 
| 
 
MIXED   | 
 
VARCHAR2(3)   | 
 
   | 
 
YES = part of the transaction committed and part rolled back    | 
| 
 
ADVICE   | 
 
VARCHAR2(1)   | 
 
   | 
 
C for commit, R for rollback, else NULL   | 
| 
 
TRAN_COMMENT   | 
 
VARCHAR2(2000)   | 
 
   | 
 
Text for commit work comment text    | 
| 
 
FAIL_TIME   | 
 
DATE   | 
 
NOT NULL   | 
 
Value of SYSDATE when the row was inserted (tx or system recovery)   | 
| 
 
FORCE_TIME   | 
 
DATE   | 
 
   | 
 
Time of manual force decision (null if not forced locally)   | 
| 
 
RETRY_TIME   | 
 
DATE   | 
 
NOT NULL   | 
 
Time automatic recovery (RECO) last tried to recover the transaction   | 
| 
 
OS_USER   | 
 
VARCHAR2(2000)   | 
 
   | 
 
Time automatic recovery (RECO) last tried to recover the transaction   | 
| 
 
OS_TERMINAL   | 
 
VARCHAR2(2000)   | 
 
   | 
 
Time automatic recovery (RECO) last tried to recover the transaction   | 
| 
 
HOST   | 
 
VARCHAR2(2000)   | 
 
   | 
 
Name of the host machine for the end-user    | 
| 
 
DB_USER    | 
 
VARCHAR2(30)   | 
 
   | 
 
Name of the host machine for the end-user    | 
| 
 
COMMIT#   | 
 
VARCHAR2(16)   | 
 
   | 
 
Name of the host machine for the end-user    |