How to read from BLOB and Write to a file in user readable format.
579163Aug 1 2008 — edited Aug 6 2008Hi,
I am trying to read from a BLOB column and write the content to a file in user readable format. So far I was able to read the Blob column using dbms_lob, but not able to write to a file. Kindly let me know the method to do this.