Note
This view is available starting with V1.4.
Overview
Displays the execution status and progress of DDL operations in a cluster.
Columns
Field |
Type |
Nullable |
Description |
|---|---|---|---|
| SID | NUMBER | NO | Session ID |
| TRACE_ID | VARCHAR(64) | NO | The trace ID of this statement |
| OPNAME | VARCHAR(64) | NO | Operation name |
| TARGET | VARCHAR(64) | NO | Operation Object |
| SVR_IP | VARCHAR(46) | NO | IP Address of the Machine Where the Operation Is Performed |
| SVR_PORT | NUMBER | NO | Port number of the server where the operation is performed |
| START_TIME | VARCHAR(256) | NO | Start Time |
| ELAPSED_SECONDS | NUMBER | NO | Elapsed Time |
| TIME_REMAINING | NUMBER | NO | Estimated Time Remaining |
| LAST_UPDATE_TIME | VARCHAR(256) | NO | Statistics Update Time |
| MESSAGE | VARCHAR(512) | NO | The remarks. |
