Note
This view is available starting with V4.2.1_CE BP1.
Overview
The V$OB_KV_CONNECTIONS view is used to view the statistics of OBKV connections held by the current server.
Columns
Field |
Type |
Is NULL |
Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | Tenant ID |
| USER_ID | bigint(20) | NO | User ID |
| DB_ID | bigint(20) | NO | Database ID |
| SVR_IP | varchar(46) | NO | Server IP |
| SVR_PORT | bigint(20) | NO | Server Port |
| CLIENT_IP | varchar(46) | NO | Client IP |
| CLIENT_PORT | bigint(20) | NO | Client Port |
| FIRST_ACTIVE_TIME | timestamp(6) | NO | Time when the first request of this connection was processed |
| LAST_ACTIVE_TIME | timestamp(6) | NO | The time when the last request of the connection was processed. |
