Skip to Main Content

SQL & PL/SQL

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!

DBMS_PARALLEL_EXECUTE.run_task can't work well if the Parallel_LEVEL value set great than 1

1064163Jan 13 2014 — edited Jan 14 2014

Hi All,

Currently I’m facing an issue with the method of DBMS_PARALLEL_EXECUTE.run_task can't work well if the Parallel_LEVEL value set great than 1, the statement like below:

DBMS_PARALLEL_EXECUTE.run_task(task_name      => c_task_name,

sql_stmt => c_code_block,

language_flag   => DBMS_SQL.NATIVE,

parallel_level   => 4);

If parallel_level value set great than 1, the program will hold at this statement, like dead, I don't know if some parameters related on this need to setting, so anyone can give me some suggestion on this,  will be very grateful.

Thanks,

Kevin Lee

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2014
Added on Jan 13 2014
3 comments
1,988 views