Skip to Main Content

Oracle Database Discussions

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!

Export using a cronjob won't work

640612Dec 21 2009 — edited Dec 23 2009
Hello,

I am using RHEL4 and oracle. I am trying to set a cronjob that'll make a schema export. The file I edited is under /home and it's called export.sh. When I run it manually (./export.sh )as the oracle user, it runs without problem. When I set cronjob, it doesn't run. To set my cronjob, I entered the following
 cronjob -e
as oracle user and I entered the following
 30 18 * * * /home/export.sh
so the job executes everyday throughout the year at 6:30 pm. I also set execute provilege on that file. What can be the issue? Any tips to solve it?

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 20 2010
Added on Dec 21 2009
12 comments
1,527 views