Feature
This view displays information about currently active global transactions.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| FORMATID | NUMBER(38) | NO | The format identifier of the global transaction. |
| GLOBALID | VARCHAR2(256) | NO | The IP address of the OBServer. |
| BRANCHID | VARCHAR2(256) | NO | The port number of the OBServer. |
| BRANCHES | NUMBER(38) | NO | The identifier of the global transaction. |
| REFCOUNT | NUMBER(38) | NO | The branch ID of the global transaction. |
| PREPARECOUNT | NUMBER | NO | The total number of branches in the global transaction. |
| STATE | CHAR(6) | NO | The number of siblings for the global transaction, which must be the same as the value of BRANCHES. |
| FLAGS | NUMBER | NO | The number of prepared branches of the global transaction. |
| COUPLING | CHAR(15) | NO | The state of a branch of the global transaction. Valid values: |
| CON_ID | VARCHAR2(256) | NO | The numeric representation of the state. |