Note
This view is available starting with V2.2.77.
Purpose
This view displays information about the current active global transactions on all nodes.
Applicability
This view is available only in Oracle mode of OceanBase Database.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| FORMATID | NUMBER(38) | NO | The format identifier of the global transaction. |
| SVR_IP | VARCHAR2(128) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port number of the server. |
| GLOBALID | VARCHAR2(256 ) | NO | The identifier of the global transaction. |
| BRANCHID | VARCHAR2(256 ) | NO | The branch identifier of the global transaction. |
| BRANCHES | NUMBER(38) | NO | The total number of branches in the global transaction. |
| REFCOUNT | NUMBER(38) | NO | The number of global transaction branches. This value must be the same as the value of the BRANCHES column. |
| PREPARECOUNT | NUMBER | NO | The number of global transaction branches that have been prepared. |
| STATE | CHAR(6) | NO | The state of the global transaction branch.
|
| FLAGS | NUMBER | NO | The numeric representation of the state. |
| COUPLING | CHAR(15) | NO | Indicates whether the branch is loosely coupled (LOOSELY COUPLED), tightly coupled (TIGHTLY COUPLED), or free (FREE). |
| CON_ID | VARCHAR2(256) | NO | The tenant ID. |
