Hi, i had a script created in unix, wich run every day at 3:00 am, this script in some way connected to the data base, (oracle 9i) and make a full expor of the data base, but, i made a huge mistake, i erased it..

so... i dont remember the script and i didnīt have a bkp of that script.... im trying to built a new one, but it doesn't work... the cront deamon just cant execute the script... even that the script has full permission...
exp user/passwd FILE=/respaldos/affinia/produccion/exp_db_full.dmp FULL=Y ROWS=n LOG=/respaldos/affinia/produccion/exp_db_full.log
i dont know why the script cant be executed by the deamon... this is very important because, this is the way that i make my bkp every day, and it has to be able to be executed automatically...