Purpose
This view displays an overview of tasks submitted by the current tenant.
Applicability
This view is available only in OceanBase Database Oracle mode.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| JOB | NUMBER(38) | NO | The task identifier. This parameter is not changed by import, export, or resubmission. |
| LOG_USER | VARCHAR2(128) | NO | The login user who submitted the task. |
| PRIV_USER | VARCHAR2(128) | NO | The user to which default privileges apply for this task. |
| SCHEMA_USER | VARCHAR2(128) | NO | The default schema user for parsing the task. |
| LAST_DATE | DATE | YES | The date of the last successful execution of this task. |
| LAST_SEC | VARCHAR2(32) | YES | The start time of the last successful execution of this task. |
| THIS_DATE | DATE | YES | The start date of this task. |
| THIS_SEC | VARCHAR2(32) | YES | The start time of the successful execution of this task. |
| NEXT_DATE | DATE | NO | The date of the next execution of this task. |
| NEXT_SEC | VARCHAR2(32) | YES | The start time of the next execution of this task. |
| TOTAL_TIME | NUMBER | YES | The total elapsed time (in seconds) spent on this task since its first execution. This value is cumulative. |
| BROKEN | VARCHAR2(1) | YES | Indicates whether to run this task: N: Run this taskY: Do not run this task |
| INTERVAL | VARCHAR2(200) | NO | A date function. Records the time interval between the start time of this task and the start time of the next execution. |
| FAILURES | NUMBER(38) | YES | Records the number of successful and failed executions since the last successful execution of this task. |
| WHAT | VARCHAR2(4000) | YES | The body of the anonymous PL/SQL block executed by the task. |
| NLS_ENV | VARCHAR2(4000) | YES | The session parameters that describe the NLS environment of the task. |
| MISC_ENV | RAW(32) | YES | Other session parameters applicable to this task. |
| INSTANCE | VARCHAR2(128) | YES | The zone where the job runs. |
References
USER_JOBS