Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201205
-
Fix Version/s: CMT8.4.1.201205
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT8.4.1.0025
From oracle to cubrid8.4.1.2032
Description
1 Do offline migration
2 change blob to varchar
Actual result:
It will pop error as attachment.
It is caused by some char-set name of oracle that java can't recognize.
I have changed some code that the CMT will find a similar Charset to translate the BLOB to varchar type under these situations.