Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: re: cron script (fwd)
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).
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