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: Crontab

RE: Crontab

From: Hand, Michael T <HANDM_at_polaroid.com>
Date: Fri, 23 Mar 2001 12:51:57 -0800
Message-ID: <F001.002D6AD9.20010323124555@fatcity.com>

Unfortunately the previous suggestion would run every Sunday AND on each day on the 22nd to the 28th. Your 2 choices are

MM HH 22-28 * * (shell script checks for Sunday before proceeding)

        OR
MM HH * * 0 (shell script checks for day of month between 22 and 28 before proceeding)

Mike

-----Original Message-----

crontab -e
insert a line with  

Mi HH24 22-28 * 0 comandline  

-----Original Message-----
I want to schedule a script to run on the fourth sunday of the month.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Hand, Michael T
  INET: HANDM_at_polaroid.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). Received on Fri Mar 23 2001 - 14:51:57 CST

Original text of this message

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