DBMS_PARALLEL_EXECUTE Completes With Task Status Of FINISHED_WITH_ERROR
(Doc ID 1458460.1)
Last updated on FEBRUARY 03, 2022
Applies to:
PL/SQL - Version 11.1.0.6 and laterInformation in this document applies to any platform.
Symptoms
Attempting to use DBMS_PARALLEL_EXECUTE.RUN_TASK where the chunks are created by ROWD will fail with FINISHED_WITH_ERROR if bind variables for the rowid variables are not included in a WHERE clause in the sql statement.
For example,
EXAMPLE OUTPUT
============
SQL> /
status is 7
PL/SQL procedure successfully completed.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |