Oracle PL/SQL UTL_FTP
1005702May 23 2013 — edited May 28 2013I need to implement ftp process using PLSQL
I have two servers one is Database server on which my oracle DB is present and another is application server
I want to ftp files from my DB server to Application server;
I tried UNIX scripting it is working fine but, now they want oracle to do this process.
Could anyone guide me with UTL_FTP implementation?