Job scheduling in 11g

From: Ravi Madabhushanam <ravi.madabhushanam_at_gmail.com>
Date: Thu, 17 Jun 2010 10:21:10 +0530
Message-ID: <AANLkTinICDKbBQoYUE6fVOlwjf2khDABcWHKIn3UfLE6_at_mail.gmail.com>



Hello All,

We have a requirement to schedule multiple jobs in Oracle 11g (11.1.0.7) on windows. We have multiple jobs which needs to be executed in a specific order serial and parallel.
Below is the sequence of our jobs.

Job 1 -- serial
Job 2 -- parallel
Job 3 -- parallel
Job 4 -- parallel
Job 5 -- parallel
Job 6 -- serial
Job 7 -- serial

After completion of Job1 we need start job 2,3,4 and 5 in parallel. After completion of all jobs 1-5, Job 6 should start. And job 7 should run only after execution of Job6.

On linux I would have opted for shell scripting for this. But we are on windows now and I'm not really confident about it. I thought DBMS_Job can be used for this.

Could you guys please share your opinion on how best I can approach this requirement. Is DBMS_JOB the right choice ? do we have any better way to do this.

Thanks a lot.

Regards,
Ravi.M

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 16 2010 - 23:51:10 CDT

Original text of this message