I am trying to schedule a cron job to execute a script.
This script is to run the oracle exp tool, this is the
script bkp
/usr/users/oracle/bin/exp parfile=/usr/users/oracle/scripts/backup.ctl
-------contents of backup.ctl-----
system/xxxxx file=/usr/users/oracle/bkp/expdba_desenv.bkp full=n
owner=dba_dsi
grants=y indexes=y constraints=y rows=y
log=/usr/users/oracle/bkp/expdba.log
---------------------------------------------
So i gave the full path to the exp command and the backup.ctl.
and i am receiving the following mail message from the cron deamon:
Received on Thu Mar 26 1998 - 12:01:37 NZST