SQL Server 2k Data Type Mapping: RAW vs BLOB
534888Sep 26 2006 — edited Sep 26 2006Is Oracle RAW being phased out? Is BLOB the preferred substitution?
I need to convert ‘Binary(8)’ and ‘varbnary(1000)’ from SQL Server 2k to Oracle 10g R2 (using OMWB). Should I convert them to ‘RAW(8)’ and ‘RAW(1000)’? or convert both to ‘BLOB’?
What is the difference between ‘RAW’ and ‘BLOB’? Is there a significant different in performance (RAW vs BLOB) when the data is less than 2000 bytes?
Thanks in advance,
Helen