RE: how to schedule a job on second saturday using cron ?
- From: Charlotte Hammond <charlottejanehammond@xxxxxxxxx>
- To: ORACLE-L <oracle-l@xxxxxxxxxxxxx>
- Date: Mon, 23 May 2005 07:46:04 -0700 (PDT)
(Sorry - re-sent with corrected subject line...)
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 fall in
the range of dates 8th to the 14th of the month (and no other Saturday can fall
on those days!)
HTH,
Charlotte
----
Hi All,
How do i schedule a job on second saturday of every month using cron ?
Can someone help ? TIA.
Regards,
Prem.
--
http://www.freelists.org/webpage/oracle-l
---------------------------------
Do you Yahoo!?
Make Yahoo! your home page
--
http://www.freelists.org/webpage/oracle-l
---------------------------------
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
--
http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- Re: how to schedule a job on second saturday using cron ?
- From: Prem Khanna J
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: Prem Khanna J