Alternative of UTL_File package
PhantasmOct 27 2009 — edited Oct 29 2009Hi,
I want to know if there is any alternative way to write and read data into/from flat files other that using utl_file package or external tables(for reading).
To give a brief overview on why i am looking for an alternative is that as per our project requirment we are moving
into an enviroment where we dont have read/write access to the filesytem from the database.We have pieces of code where we read data from external tables and write data into flat file using utl_file, so is there any alternative way to do that.
Thx in adv.