Overview
v$obrpc_incoming displays the receiving status of remote procedure call (RPC) data of all RPC packet codes under each tenant on the OBServer.
Related tables/views
gv$obrpc_incoming
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | BIGINT(20) | No | The ID of the tenant. |
| IP | varchar(32) | No | The IP address of the OBServer. |
| Port | BIGINT(20) | No | The port number of the OBServer. |
| PCODE | BIGINT(20) | No | The RPC packet code. |
| PCODE_NAME | varchar(256) | No | The name of the RPC packet code. |
| COUNT | BIGINT(20) | No | The number of times the RPC packet code has been used. |
| TOTAL_SIZE | BIGINT(20) | No | The total amount of data received. |
| NET_TIME | BIGINT(20) | No | The network time used. |
| WAIT_TIME | BIGINT(20) | No | The amount of time elapsed from when the request was received to when the request entered the queue. |
| QUEUE_TIME | BIGINT(20) | No | The wait time of the request in the queue. |
| PROCESS_TIME | BIGINT(20) | No | The amount of time spent on processing the request. |
| LAST_TIMESTAMP | TIMESTAMP(6) | No | The time of the last update. |