Long raw not being converted to mySql
I have a table in Oracle that looks like this:
NAME Null? Type
___________ ________ ___________________
PREF_OBJECT LONG RAW
OWNER NOT NULL VARCHAR(20)
WINDOW NOT NULL VARCHAR(30)
The migration toolkit converts all 35 Oracle rows to MySQL, but the PREF_OBJECT comes out as a Binary field (good) of length 18 bytes and a value of '<unsupported type>' which just happens to be 18 bytes.
I have googled my brains out on this. I tried streaming the blobs and it made no difference. I am using 5.0. Any suggestions?
Thanks.
Subject
Views
Written By
Posted
Long raw not being converted to mySql
3409
May 07, 2006 09:08PM
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.