Posted By:
Jeffrey_Chen
Posted On:
Friday, May 24, 2002 12:11 AM
I store an image as a BLOB object in an Oracle database.
Because in Oracle database,there is a maximum size to read and write BLOB data in one time,I have to retrieve the BLOB object and write it into a file on the harddisk in many times in a loop.Then I can create an image using that file,but that's time consuming.
Is there any way to create an image direct from the database in such a case?