Multi-Page Tiff [message #64483] |
Tue, 01 February 2005 10:39 |
TLM
Messages: 1 Registered: February 2005
|
Junior Member |
|
|
Hi,
Is Oracle capable of handling mutli-page TIFF files, how is this type of file is stored (clob, blob) and does this poses any serious concerns regarding file storage (other than size and space).
Thanks in advance for your help!
|
|
|
Re: Multi-Page Tiff [message #64488 is a reply to message #64483] |
Wed, 02 February 2005 00:15 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
Oracle doesn’t care less if it is a Multi-Page Tiff or not. The data is stored in a BLOB (Binary Large Object) column in a table like all other binary data. I'm not aware of any serious issues, but if you stumble across some, please let us know!
Best regards.
Frank
|
|
|