Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Static Data Dictionary Views, 116 of 452


DBA_2PC_PENDING

DBA_2PC_PENDING describes distributed transactions awaiting recovery.

Column  Datatype  NULL  Description 

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  


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index