Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle PL/SQL UTL_FTP

1005702May 23 2013 — edited May 28 2013
I 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?

Comments

Justin_Michael_Raj
Refer to Oracle Documentation to get the API details with relevant examples.
You may also want to check this link for better examples - http://www.oracle-base.com/articles/misc/ftp-from-plsql.php
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 25 2013
Added on May 23 2013
1 comment
1,240 views