Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Unix Cron job help
The easiest way, from my perspective is to code the 'A' job to create a file of zero bytes (touch command) upon successful completion. Then code job 'B' to remove the file as the first step or exit if not there.
-----Original Message-----
From: David Jones [SMTP:djones1688_at_hotmail.com]
Sent: Tuesday, February 27, 2001 1:00 AM
To: Multiple recipients of list ORACLE-L Subject: Unix Cron job help
Dear Lister:
I have two cron jobs which run at 10:30 PM & 2:00 AM, job A performed a DB hot backup and job B will put those backup files into tapes. The problem is job B is based on the success completion of job A. How can I write the unix script for job B to do this check ? Please help.
T.I.A.
David Jones
ITResource
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: David Jones INET: djones1688_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Tue Feb 27 2001 - 06:39:34 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: William Rogge INET: William_Rogge_at_voltek.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).