5.221 DBA_PARALLEL_EXECUTE_CHUNKS
DBA_PARALLEL_EXECUTE_CHUNKS displays the chunks for all tasks in the database.
               
Related View
USER_PARALLEL_EXECUTE_CHUNKS displays the chunks for tasks created by the current user. This view does not display the TASK_OWNER column.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Unique ID for the chunk | 
| 
 | 
 | 
 | Owner of the task | 
| 
 | 
 | 
 | Name of the task | 
| 
 | 
 | 
 | Status of the chunk: 
 | 
| 
 | 
 | 
 | Rowid for the first row in the chunk | 
| 
 | 
 | 
 | Rowid for the last row in the chunk | 
| 
 | 
 | 
 | Number column value of the first row in the chunk | 
| 
 | 
 | 
 | Number column value of the last row in the chunk | 
| 
 | 
 | 
 | Name of the job which processed this chunk | 
| 
 | 
 | 
 | Processing start time for the chunk | 
| 
 | 
 | 
 | Processing end time for the chunk | 
| 
 | 
 | 
 | Error code returned during the execution of the chunk if the  | 
| 
 | 
 | 
 | Error message returned during the execution of the chunk if the  | 
See Also: