Re: how to schedule a job on second saturday using cron ?
- From: Prem Khanna J <premjhere@xxxxxxxxx>
- To: Charlotte Hammond <charlottejanehammond@xxxxxxxxx>, g.gillies@xxxxxxxxxxxxx
- Date: Tue, 24 May 2005 16:17:06 +0530
Hi Charlotte/Gillies,
Thanks for your help. it works : )
Regards,
Prem.
On 5/23/05, Charlotte Hammond <charlottejanehammond@xxxxxxxxx> 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
- Follow-Ups:
- Re: how to schedule a job on second saturday using cron ?
- From: Mark Bole
- References:
- RE: how to schedule a job on second saturday using cron ?
- From: Charlotte Hammond
Other related posts:
- » how to schedule a job on second saturday using cron ?
- » RE: how to schedule a job on second saturday using cron ?
- » RE: how to schedule a job on second saturday using cron ?
- » Re: how to schedule a job on second saturday using cron ?
- » Re: how to schedule a job on second saturday using cron ?
- » Re: how to schedule a job on second saturday using cron ?
- » Re: how to schedule a job on second saturday using cron ?
- » Re: how to schedule a job on second saturday using cron ?
- Re: how to schedule a job on second saturday using cron ?
- From: Mark Bole
- RE: how to schedule a job on second saturday using cron ?
- From: Charlotte Hammond