RE: cron script

2001-02-07 Thread Molina, Gerardo
You've got it set up at 1am (server time). What is the current server time? Use date command. -Original Message- Sent: Tuesday, February 06, 2001 9:47 PM To: Multiple recipients of list ORACLE-L Hi All, We have a cron script to take export of a table on 1 st of every

RE: re: cron script (fwd)

2001-02-07 Thread Molina, Gerardo
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