Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TASK are not assign to process in DBMS_PARALLEL_EXECUTION

KumarnklDec 24 2021

Using DBMS_PARALLEL_EXECUTION, We are updating the huge number of records.
Previously it was working in parallel execution. But now while execute the parallel execution script. It create the TASK and chunks divided based on size but not assigning the chunks to process. IN the user_parallel_execute_tasks table showing as CHUNKED status. Please assist me on this issue?
In the user_parallel_execute_chunks table status all in UNASSIGNED. Since all task are not process.

Comments

Post Details

Added on Dec 24 2021
0 comments
205 views