RE: Exporting image datatype for import to oracle blob -
05-14-2004
, 02:11 PM
Any thought of using a linked server relationship between the Oracle db and the SQL Server db? As long as the datatypes are compatible (ANSI or close), then you should be able to get away with it. Otherwise, BCP on the SQL Server side and SQL*Loader on the Oracle side. Neither is speedy, so you'll have to experiment
Regards
John Miclei |