Note
This view is available starting with V1.4.
Purpose
Displays the execution status and progress of DDL operations in a cluster.
Columns
Column |
Type |
Nullable |
Description |
|---|---|---|---|
| SID | NUMBER | NO | The session ID. |
| TRACE_ID | VARCHAR(64) | NO | The trace ID of the statement. |
| OPNAME | VARCHAR(64) | NO | The name of the operation. |
| TARGET | VARCHAR(64) | NO | The target object. |
| SVR_IP | VARCHAR(46) | NO | The IP address of the server where the operation is performed. |
| SVR_PORT | NUMBER | NO | The port number of the server where the operation is performed. |
| START_TIME | VARCHAR(256) | NO | The start time. |
| ELAPSED_SECONDS | NUMBER | NO | The elapsed time. |
| TIME_REMAINING | NUMBER | NO | Estimated remaining time |
| LAST_UPDATE_TIME | VARCHAR(256) | NO | The time when the statistics were last updated. |
| MESSAGE | VARCHAR(512) | NO | The remarks. |
