Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to schedule a job on second saturday using cron ?

Re: how to schedule a job on second saturday using cron ?

From: Prem Khanna J <premjhere_at_gmail.com>
Date: Tue, 24 May 2005 16:17:06 +0530
Message-ID: <56d3d5610505240347150344fd@mail.gmail.com>


Hi Charlotte/Gillies,

Thanks for your help. it works : )

Regards,
Prem.

On 5/23/05, Charlotte Hammond <charlottejanehammond_at_yahoo.com> wrote:
> Hi Prem,
> Something like this (1am on 2nd Saturday):
> 00 01 8,9,10,11,12,13,14 * 6 /app/my_saturday_job.sh
> Takes advantage of the fact that the second Saturday can only possibly fa=
ll
> in the range of dates 8th to the 14th of the month (and no other Saturday
> can fall on those days!)
> HTH,
> Charlotte

--
http://www.freelists.org/webpage/oracle-l
Received on Tue May 24 2005 - 06:51:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US