Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201211
-
Fix Version/s: CMT8.4.1.201211
-
Component/s: CUBRID Migration Toolkit
-
Labels:
-
Environment:
CMT8.4.1.3080
Description
1 There is table in oracle.
– Create table
create table FLOAT_TYPE
(
FLOAT1 FLOAT
)
tablespace USERS
pctfree 10
initrans 1
maxtrans 255
storage
(
initial 64
minextents 1
maxextents unlimited
);
2 Add the data in attachment.
3 Do migration from oracle to sql
Actual result:
The data has changed, please see the png file in attachment.
The float type will be mapping to double by default if migration from oracle to cubrid.