Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1, CMT8.4.1.201203
-
Fix Version/s: CMT8.4.1.201203
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT2.0.0.5217
Description
1 Add one table in oracle
CREATE TABLE "ab"(
"b" numeric(38,0),
"a" integer
);
2 Do migration from oracle to cubrid.Goto step1, add database connection.
Actual result:
It will pop error. Pls see the attachment.
The name with non-capital characters is not supported this version.