December 2008
1 post
FTP and SFTP on the Database...
When designing your application with an Oracle database, you may find more productive to trigger FTP jobs from inside the database itself. If you rely on simple FTP protocol, you can use two main approaches: Build a Java procedure to run shell scripts (with a PL/SQL wrapper), like the one available here, and invoke a third party FTP software. This option has the advantage of less code to manage,...
Dec 9th