Prashant0906
asked on
dbms_scheduler
Hi ,
We have three materialize views runs everyday and each took 8 hr to finish . We want to run them in go i.e. all to run at the same time and once they have finished successfully they kick off new task via dbms_scheduler. Can you please help me to achieve this via dbms_scheduler in oracle 10g or oracle 11g
Ta,
We have three materialize views runs everyday and each took 8 hr to finish . We want to run them in go i.e. all to run at the same time and once they have finished successfully they kick off new task via dbms_scheduler. Can you please help me to achieve this via dbms_scheduler in oracle 10g or oracle 11g
Ta,
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
What is the other task. is that task can only be called when all of three refresh finishes or every task is associated with MV?
Is there any dependencies between these MVs?
Is there any dependencies between these MVs?
In a nutshell:
http://psoug.org/reference/dbms_scheduler.html
Good explaination with example:
http://www.oracle-base.com/articles/10g/Scheduler10g.php
In Depth coverage:
http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_sched.htm