Note
- This view is available starting with V4.4.0 for V4.4.x.
- This view is available starting with V4.3.5 BP2 for V4.3.5.
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 primary log stream of the tenant is located. |
| SVR_PORT | NUMBER(38) | NO | The port of the node where the leader of the primary log stream of the tenant is located. |
| 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. |
