OraQA

Oracle Question and Answer


Latest Comments

  • Laurent Schneider:
    if you like a Base64 format, maybe this… select utl_raw.cast_to_varchar 2(...

  • hsafra:
    You need to give more specs for the question: What letter are acceptable? What letters aren’t? Do you...

  • ragunathansd:
    I am not inserting sequence numbers from database. I need to populate the data in a grid. If a user...

  • gamyers:
    “redo log file gets full” That is the nature of a redo log file. It gets full, switched and...

Comments RSS feed


  • Do you have a solution to a problem? Do you have an unanswered question? Login and share it with the Oracle community. More...

Oracle News


Entries RSS feed

Comments RSS feed

How to FTP from PL/SQL?

January 19th, 2006 By Eddie Awad

Tim Hall has written a PL/SQL FTP package which I have personally used and found to be very useful if you want to FTP data straight from the Oracle database. The package specification can be found here and package body here. Thanks Tim.

One Response to “How to FTP from PL/SQL?”

  1. Chris Poole Says:

    Or you could try XUTL_FTP, a fully fledged and completed free FTP PL/SQL client that can be downloaded here:

    http://www.chrispoole.co.uk/apps/xutlftp.htm

    HTH

    Chris

Leave a Reply

You must be logged in to post a comment.

RSS feed for comments on this question