CRONTAB IS NOT RUNNIG MY SCRIPT ON LINUX [message #456342] |
Mon, 17 May 2010 06:31 |
sandy_tp
Messages: 9 Registered: May 2010 Location: india
|
Junior Member |
|
|
Hi,
I have a script which run on command prompt ,i am taking oracle
back using rman, backup.ksh
the same script when i call in crontab is not runnig my script,
can any body tell me what is the reson.
crontab entry
30 21 * * 6 /myscript/backup. ksh
45 23 * * * /myscript/backup_ daily.ksh
there is 2 entry in crontab file, i have open this used oracle user
crontab -e then i added this entry.
-rwx------ 1 oracle dba 681 jun 21 12:27 backup.ksh
-rwx------ 1 oracle dba 645 jun 21 17:56 backup_daily. ksh
I dont know where is the problem ,
Regards
sandeep
|
|
|
|