Home » SQL & PL/SQL » SQL & PL/SQL » Contention between JOB_QUEUE_PROCESSES and PROCESSES ? (11.2.0.2.0)
Contention between JOB_QUEUE_PROCESSES and PROCESSES ? [message #521498] |
Tue, 30 August 2011 10:42  |
 |
ric90
Messages: 42 Registered: May 2011 Location: Belfort
|
Member |
|
|
Hi all,
In the program i wrote, posted in this thread I parallelize 340 jobs.
To do this, according to oracle documentation, i set the job_queue_processes parameters to 450.
This works fine, all jobs are submitted, but, when i chek the dba_scheduler_job_run_details, i notice that there is a difference between REQ_START_DATE, which is my reqested start date, when i enabled my job, and the ACTUAL_START_DATE, which is the date on which Oracle start this process.
And the more i submit job, the more difference between ACTUAL_START_DATE and REQ_START_DATE increase.
But for each job, run duration is less than 1second.
I check the processes parameter, and it is set to 100.
Anyone know if i have to increase the processes parameter to 450 too ?
Thanx for replies.
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Tue Jun 03 15:00:11 CDT 2025
|