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.