I am exporting some tables from SQLServer 7.0 to Oracle 8,and there are some image fields (stored as LONG RAW) when you import them into Oracle.But the problem is that only one LONG field is allowed per table.I converted them to CLOB,so I can have several images in one table,but when ASP people want to visualize them,they can't.I'm afraid it is something related to that CLOB field...What can i do to handle my images?
Thanks