Re: Migration Toolkit MS SQL to MySQL VarBinary to MediumBLOB INSERT fails
Posted by: John Fitzpatrick
Date: July 23, 2009 11:46AM

I just came across and worked around this issue.

Seems that the MySQL client isn't handling the empty BLOB data represented by the hex value (0x). Try replacing all occurrences of 0x with NULL (your destination schema will need to allow null values).

Options: ReplyQuote


Subject
Written By
Posted
Re: Migration Toolkit MS SQL to MySQL VarBinary to MediumBLOB INSERT fails
July 23, 2009 11:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.