Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Q:Where to start jobs?
On Sat, 2 Aug 2003 16:40:05 +0200, Marc Eggenberger <nw1_at_devnull.ch>
wrote:
>Hi there.
>
>We have several Oracle servers running different versions .. from
>8.0.6.0.0 to 8.1.7.0.0 and soon 9R2
>We have serveral jobs (imports, exports, analyze etc etc etc)
>
>Until now those jobs are executed via the systems cron (cron under unix,
>scheduled tasks / at under windows). We have 2 clusters (OPS) and there
>every node has the job in his cron but only the active clusters has the
>cluster group available and can execute it .. the other just fails to do
>so.
>
>It works like that. I would like to have your opinions on this .. where
>do you execute such jobs ..
>
>via the systems cron?
>via the dbms_job?
>or is a OEM with jobs the better soluion? (We have an OEM running here)
>
>Thank you for sharing your thoughts with me
Obviously, export/import can't run through dbms_job.
If my job consists of pl/sql (as opposed to ordinary sql) only I prefer using dbms_job. You have more control over it, and you don't have scripts floating around with hardcoded user/password combo's
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Sat Aug 02 2003 - 11:40:55 CDT