Hi All:
I have stored a pdf document into the database (blob datatype in Oracle 11g) and able to retrieve it using the selectblob function.
Now the file size is huge (808793394 bytes). Now i want to read this blob and write it to a PDF document and store it in the local machine.
How to i write this blob variable to pdf? Could you please provide me with a code example.
Thanks in Advance.