DBMS_SCHEDULER parallel execution
818345May 5 2011 — edited May 6 2011Hello,
I've got some procedures that I want to execute in parallel during a batch processing, and I thought of creating a job for each one of them and a DBMS_SCHEDULER Chain to launch them all together.
My question is, is it possible to control the number of jobs that are running simmultaneoulys?? If I have 4 job's that's not much of a problem, but if I get to 400 job's I wouldn't want to have them all trying to run together,
Thanks for your help
Edited by: Pedro_gloria on 5/Mai/2011 11:58 (typo)