DBMS scheduler v/s Cron
510084Apr 6 2007 — edited Dec 5 2008Can please someone elaborate why to use DBMS scheduler instead of UNIX/Linux cron execute shell scripts. Why is this better?
I know few...
1) Make one job's execution dependent on the completion of another job.
2) We can group jobs for resource allocation and prioritization.
3) We can set different resource plans to affect your jobs at different times.
4) Job execution times are set and logged in TIMESTAMP WITH TIME ZONE, not DATE, allowing for much greater precision
Thanks...