SQL Server Image to Oracle
I'm converting SQL Server Tables to Oracle using MWB 9.2. The tables contain images (data type "image"). I get the following error from the MWB generated scripts:
SQL*Loader-309: No SQL string allowed as part of DISPLAY_IMAGE field specification
The column definition in the .ctl file is:
DISPLAY_IMAGE NEXT ***** CHARACTER
Maximum field length is 2000000
Terminator string : '<ec>'
SQL string for column : "HEXTORAW (:DISPLAY_IMAGE)"