[Home] [Help]
[Dependency Information]
| Object Name: | DBA_2PC_NEIGHBORS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
information about incoming and outgoing connections for pending transactions
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOCAL_TRAN_ID | VARCHAR2 | (22) | ||
| IN_OUT | VARCHAR2 | (3) | "in" for incoming connections, "out" for outgoing | |
| DATABASE | VARCHAR2 | (128) | in: client database name; out: outgoing db link | |
| DBUSER_OWNER | VARCHAR2 | (128) | in: name of local user; out: owner of db link | |
| INTERFACE | VARCHAR2 | (1) | "C" for request commit, else "N" for prepare or request readonly commit | |
| DBID | VARCHAR2 | (16) | the database id at the other end of the connection | |
| SESS# | NUMBER | session number at this database of the connection | ||
| BRANCH | VARCHAR2 | (128) | transaction branch ID at this database of the connection |
Cut, paste (and edit) the following text to query this object:
SELECT LOCAL_TRAN_ID
, IN_OUT
, DATABASE
, DBUSER_OWNER
, INTERFACE
, DBID
, SESS#
, BRANCH
FROM SYS.DBA_2PC_NEIGHBORS;
SYS
PS1$
PSS1$
PUBLIC
DBA_2PC_NEIGHBORS
|
|
|
|