Writing a file using BLOB
807607Jan 25 2007 — edited Jan 28 2007Hi
After querying the oracle database, I am getting BLOB in return. I need to create a file using this BLOB. I have tried using various Streams/Readers/Writers provided by java.io package to write a file from BLOB. But what is getting into the file is all junk characters. Can anybody please help me with this?
Regards.