BLOB vs LONG RAW

jpickup

Member²
I apologise in advance that this is an Oracle question and not a DOA one:

Using Oracle 8i is there a good reason why I should use BLOB rather than LONG RAW to store binary data? I've managed to get the LOB Locator stuff working (largely through reading posts here) but don't really see the point.

Could anyone enlighten me?

Thanks,
John.
 
It performs better, you are more flexible reading and writing data, and you can have more than 1 column in a table.

------------------
Marco Kalter
Allround Automations
 
Back
Top