5.222 DBA_PARALLEL_EXECUTE_TASKS
DBA_PARALLEL_EXECUTE_TASKS
displays all tasks in the database.
Related View
USER_PARALLEL_EXECUTE_TASKS
displays the tasks created by the current user. This view does not display the TASK_OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the task |
|
|
|
Name of the task |
|
|
|
Type of parallel update:
|
|
|
|
Status of the task:
|
|
|
|
Owner of the table to be chunked |
|
|
|
Name of the table to be chunked |
|
|
|
Name of the column holding IDs (only applicable to |
|
|
|
Comment field |
|
|
|
Prefix of the job name executing this task |
|
|
|
Argument used in the previous |
|
|
|
Argument used in the previous |
|
|
|
Argument used in the previous |
|
|
|
Argument used in the previous |
|
|
|
Argument used in the previous |
|
|
|
Argument used in the previous |
|
|
|
Argument used in the previous |
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_PARALLEL_EXECUTE.RUN_TASK
procedure