Note
This view is available starting with V4.2.0.
Purpose
This view displays information about data transfer operations in parallel execution.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | VARCHAR2(46) | NO | The IP address of the server. |
| SVR_PORT | NUMBER(38) | NO | The port number of the server. |
| TRACE_ID | CHAR(64) | NO | The TRACE_ID of the SQL statement that involves the data. |
| DATAHUB_ID | NUMBER | NO | The Datahub ID of the data. |
| MESSAGE_TYPE | VARCHAR2(256) | NO | The message type to which the data belongs. |
| TENANT_ID | NUMBER | NO | The ID of the tenant to which the data belongs. |
| HOLD_SIZE | NUMBER | NO | The size of the materialized data. |
| TIMEOUT_TS | TIMESTAMP(6) | NO | The expected timeout time of the data. |
| START_TIME | TIMESTAMP(6) | NO | The start time of the write operation. |
