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: Jan Pruner <jan_at_pruner.cz>
Date: Thu, 25 Apr 2002 04:43:25 -0800
Message-ID: <F001.0044F13A.20020425044325@fatcity.com>


0 6 * * 6 /d31/app .....

Look at man for crontab (on my linux it's man 5 crontab);



 The time and date fields are:
              field          allowed values
              -----          --------------
              minute         0-59
              hour           0-23
              day of month   0-31
              month          0-12 (or names, see below)
              day of week    0-7 (0 or 7 is Sun, or use names)

       A field may be an asterisk (*), which always stands for ``first-last''.
***

JP

On Thu 25. April 2002 13:43, you wrote:
> 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: Jan Pruner
  INET: jan_at_pruner.cz

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 - 07:43:25 CDT

Original text of this message

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