Note
This view is available starting with V1.4.
Purpose
This view displays the execution status and progress of DDL operations on the current OBServer node.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SID | bigint(20) | NO | Session ID |
| TRACE_ID | varchar(64) | NO | The trace_id of the statement. |
| OPNAME | varchar(64) | NO | The operation name. |
| TARGET | varchar(64) | NO | The operation object. |
| SVR_IP | varchar(46) | NO | The IP address of the server where the operation is performed. |
| SVR_PORT | bigint(20) | NO | The port number of the server where the operation is performed. |
| START_TIME | date | NO | The start time. |
| ELAPSED_SECONDS | bigint(21) | NO | The elapsed time. |
| TIME_REMAINING | bigint(20) | NO | The estimated remaining time. |
| LAST_UPDATE_TIME | date | NO | The update time of the statistics. |
| MESSAGE | varchar(512) | NO | Remarks. |
