Our database sits on the UNIX box. We have a web-based application that allows our users to run an Oracle stored procedure that extract files into the UNIX server. I would want to execute a UNIX job that will automatically FTP these files into our mainframe system and the only way I can
do this is to cron the FTP process as:
* * * * * /home/ftpthis, and this doesn't seem productive.
Is there any other way (in UNIX or maybe Oracle?)to trigger this job based on the availabily of the files.
do this is to cron the FTP process as:
* * * * * /home/ftpthis, and this doesn't seem productive.
Is there any other way (in UNIX or maybe Oracle?)to trigger this job based on the availabily of the files.