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

Re: Cronjob

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Thu, 25 Apr 2002 05:28:26 -0800
Message-ID: <F001.0044F29D.20020425052826@fatcity.com>


Roland,
 The crontab fields are defined as:
1 2 3 4 5 "program to execite"

1 = minutes after the hour 0-59
2 = hours of the day 0-23
3 = days of the month 1-31
4 = months of the year 1-12
5 = days of the week 0-6 0=Sunday

>>> Roland.Skoldblom_at_ica.se 04/25/02 07:43AM >>> Hallo,

I would like to have this cronjob run only in saturday mornings at 6 am. How could I easy change this script?

0 18 * * * /d31/appl/konto/bat/laddabilbo.sh
>/d31/appl/konto/log/laddabilbo.log

 2>&1

Thanks in advance

Roland

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: 
  INET: Roland.Skoldblom_at_ica.se 

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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ron Rogers
  INET: RROGERS_at_galottery.org

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 Thu Apr 25 2002 - 08:28:26 CDT

Original text of this message

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