DBA_2PC_NEIGHBORS describes incoming and outgoing connections for pending transactions.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| LOCAL_TRAN_ID | VARCHAR2(22) | Local identifier of a transaction | |
| IN_OUT | VARCHAR2(3) | INfor incoming connections,OUTfor outgoing | |
| DATABASE | VARCHAR2(128) | INfor client database name,OUTfor outgoing database link | |
| DBUSER_OWNER | VARCHAR2(30) | INfor name of local user,OUTfor owner of database link | |
| INTERFACE | VARCHAR2(1) | Cfor request commit, otherwiseNfor prepare or request readonly commit | |
| DBID | VARCHAR2(16) | Database ID at the other end of the connection | |
| SESS# | NUMBER(38) | Session number of the connection at this database | |
| BRANCH | VARCHAR2(128) | Transaction branch ID of the connection at this database |