The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-08-2008
cjhall01 cjhall01 is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 4
Smile Oracle Apps Cron Job

Hi,

I have created a shell script which will ftp a file from my Oracle DB server to a remote server - I've named this ftp_test.sh.

I have set up a cron job to fire off the shell script and when I set the job I get a message returned that the job has been installed and everything seems o.k.

However, when I check to see whether my file has been ftp'd it is n't there.

Is there anyway I can check to see if the cron job has actually ran or not and if not - why?