How to extract BLOB objects from a table?
672951Aug 17 2009 — edited May 5 2010Hi,
I have a PL/SQL procedure which creates a CSV file, zips it and inserts it into a table's BLOB column.
Can someone tell me how to download/extract the zipped file present in the BLOB column?
Thanks in advance,
Annie