2008 Apr 01 8:19 AM
Hi experts,
I have to schedule jobs one by one for about 1 lakth tables in the bathces of 10000 each. That means i will be having 10 jobs.
I have to do some processing on these tables.
After one job completes, the next one shud start automatically.
How shud i proceed?
I will reward all the helpful answers.
Thanks,
Mohit.
Hi experts,
I have to schedule jobs one by one for about 1 lakth tables in the bathces of 10000 each. That means i will be having 10 jobs.
I have to do some processing on these tables.
After one job completes, the next one shud start automatically.
How shud i proceed?
I will reward all the helpful answers.
Thanks,
Mohit.
2008 Apr 01 8:26 AM
While scheduling the job, in 'Start condition', you can specify the dependent jobs.
For job2 specifiy job1 name, for job3 specify job2 name,..
2008 Apr 01 8:27 AM
Hi,
You can define the jobs in such a way that if one job is completed then immediately the next job has to start.
Use After Job Button for this.
Reward if helpful.
RSS