Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1
-
Fix Version/s: CMT8.4.1
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT2.0.0.5217
From oracle to cubrid
Description
1 create one table
CREATE TABLE BFILE_TEST(ID INT PRIMARY KEY, BFILE1 BFILE);
CREATE OR REPLACE DIRECTORY MOVIE_DIRECTORY AS 'D:/MOVIE';
insert into bfile_test values(2, bfilename('MOVIE_DIRECTORY','CUBRID-Migration-Toolkit-2.0.0.5224-Windows-i386.zip'));
2 Do migration from oracle to cubrid
Actual result:
It will pop glo is not defined
glo type has been deprecated and please use blob type instead.