Re: Alternatives to using utl_file

  • From: "Nigel Thomas" <nigel.cl.thomas@xxxxxxxxxxxxxx>
  • To: JDunn@xxxxxxxxx
  • Date: Wed, 17 Dec 2008 08:24:52 +0000

2008/12/16 John Dunn <JDunn@xxxxxxxxx>

>  Apart from re-writing pl/sql to java, what are the alternatives to
> utl_file that I can use in PL/SQL to read and write files?
>

John

I guess you could use UTL_HTTP or similar to read from a webserver; and of
course you can read from files defined as external tables
You could use external procedures to read, write.

You could use a flat file gateway.

It would help to know what are you actually trying to achieve, and why is
UTL_FILE not what you need?

Regards Nigel

Other related posts: