Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

crontab not working

406353Jul 18 2007 — edited Aug 3 2007
I create a job (see below) to run under ORACLE user, but the job does not run at all. Can someone tell me what's wrong with it?
--------------------------------------------------------------------------------------------------
HOME=/home/oracle
LOGNAME=oracle
PATH=/usr/bin:/usr/sbin:
SHELL=/usr/bin/sh

50 9 * * * /home/oracle/myjob.sh > /home/oracle/log/cron.log
--------------------------------------------------------------------------------------------
The job "myjob.sh" can be successfully run with this command:
cd /home/oracle
./myjob.sh

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2007
Added on Jul 18 2007
7 comments
1,660 views