We have a few stored procs we're going to run once daily. I decided that I hate running cron jobs that do nothing but call Oracle stored procedures, and came across dbms_job. I say "came across" only because the DBA knew about them. The dbms_job package is strangely omitted from every Oracle book I own, including "Oracle 9i: The Complete Reference" from Oracle Press.
Anyway, I need to find out if there is any real drawback to using a dbms_job vs cron. The only thing that concerns me is error handling, but the inserts and updates are not what I would call "critical" and can always be run by hand if something should go wrong.
dbms_job 0 Comments More | Login | Reply /