Hi all,
I have a huge problem with crontab in CENTOS. In my opinion everything is fine in configuration but it still doesnt work.
I would like to make an oracle user dump with exp command. As everybody knows script must be executed by oracle user. So, I`m going to crontab
Quote:
oracle@myhost# crontab -e
|
I`m putting new entry to crontab
Quote:
10 1 * * * /backup/scripts/backup-script-oracle.sh
|
I`m saving crontab.
and nothing... doesnt work.
I have all environment settings in crontab:
Quote:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=dba@mydmomain.com
HOME=/
|
Maybe somebody can tell me why its not working ?
I dont want to put file to /etc/cron.daily or should I create new folder for that script for example /etc/cron.oracle ?
...help...