decompress image file inside BLOB
498203Mar 24 2010 — edited Mar 25 2010Hi,
I have a table with BLOB column to save compressed TIFF images in it. the image is scanned from an oracle form and saved into the table using max compression.
the problem is when our non oracle forms external systems read that image, they cannot display it because it's compressed. is there anyway to decompress that image inside the database before sending it to the external channel?
Thanks