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: re: cron script (fwd)

RE: re: cron script (fwd)

From: Molina, Gerardo <Gerardo.Molina_at_schwab.com>
Date: Wed, 07 Feb 2001 11:25:47 -0800
Message-ID: <F001.002ADCD7.20010207082145@fatcity.com>

Try:

ps -ef |grep cron

you should see:

/usr/sbin/cron

as one of the entries. If not, then your cron daemon is not running.

If it is, then it may be the syntax of your crontab entry.

Try:

crontab -l > cron.txt

Post your cron.txt to the list and we'll have a look.

HTH
Gerardo

-----Original Message-----
Sent: Wednesday, February 07, 2001 2:36 AM To: Multiple recipients of list ORACLE-L                                  

Hi Molina,

       Yes I want it to run at every day at 1am . But it is not running at all. My server time is correct .

--

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

Author: TIL-TEC
  INET: til_at_pobox.tec.co.in

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: Molina, Gerardo
  INET: Gerardo.Molina_at_schwab.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 Wed Feb 07 2001 - 13:25:47 CST

Original text of this message

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