When you log in as root, the '.' is not in you PATH. ( security )
So you have to tell the shell where the script is.
Try
./oravis_backup.sh > oravis_backup_31May01.log 2>&1
or ( and maybe better )
full_path/oravis_backup.sh > full_path/oravis_backup_31May01.log 2>&1




Reply With Quote