Purpose
The V$OB_TRANSACTION_PARTICIPANTS view provides information about the transaction participants on all OBServer nodes.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| SVR_IP | varchar(46) | NO | The IP address of the server. |
| SVR_PORT | bigint(20) | NO | The port number of the server. |
| SESSION_ID | bigint(20) | NO | The session ID. |
| SCHEDULER_ADDR | varchar(64) | NO | The address of the node to which the scheduler belongs. |
| TX_TYPE | varchar(11) | NO | The type of the transaction. |
| TX_ID | bigint(20) | NO | The ID of the transaction. |
| LS_ID | bigint(20) | NO | The ID of the log stream. |
| PARTICIPANTS | varchar(1024) | NO | The list of participants. |
| CTX_CREATE_TIME | timestamp(6) | NO | The point in time when the context was created. |
| TX_EXPIRED_TIME | timestamp(6) | NO | The point in time when the transaction times out. |
| STATE | varchar(13) | NO | The context submission status. |
| ACTION | varchar(10) | NO | The last executed action. |
| PENDING_LOG_SIZE | bigint(20) | NO | The size of the data to persist. |
| FLUSHED_LOG_SIZE | bigint(20) | NO | The size of the persisted data. |
| ROLE | varchar(8) | NO | The role of the context. |
| COORD | bigint(20) | NO | The IS ID of the coordinator. This column takes effect only in the commit phase. |
| LAST_REQUEST_TIME | timestamp(6) | NO | The point in time when an external request is last received. |
| FORMATID | bigint(20) | NO | The format type of the transaction branch identifier (XID). |
| GLOBALID | varchar(257) | NO | The global identifier of the eXtended Architecture (XA) transaction. |
| BRANCHID | varchar(257) | NO | The branch qualifier of the XA transaction. |