Note
This view is available starting with V4.3.5 BP2.
Purpose
This view displays the running materialized view tasks for the current tenant, including refresh tasks and MLOG cleanup tasks.
Columns
Column |
Type |
Nullable? |
Description |
|---|---|---|---|
| SVR_IP | VARCHAR2(46) | NO | The IP address of the node where the leader of the tenant's first log stream resides. |
| SVR_PORT | NUMBER(38) | NO | The port of the node where the leader of the tenant's first log stream resides. |
| TABLE_NAME | VARCHAR2(256) | YES | The name of the table associated with the task.
|
| JOB_TYPE | CHAR(64) | NO | The type of the task. Valid values:
|
| SESSION_ID | NUMBER(38) | NO | The session ID that initiated the task. |
| READ_SNAPSHOT | NUMBER(38) | NO | The snapshot point used by the task. |
| PARALLEL | NUMBER(38) | NO | The parallelism of the task. |
| JOB_START_TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | NO | The start time of the task. |
