Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> migrating Mediumblob from mysql to oracle.

migrating Mediumblob from mysql to oracle.

From: JAI <u16640_at_uwe>
Date: Tue, 13 Dec 2005 15:11:27 GMT
Message-ID: <58c71b24fca56@uwe>


How to migrate mediumblob from mysql to oracle.Since the column contains more than 500MB of data it's diifcult to migrate.I'm using SQL*LOADER for migration.This is my CTL file

load data
infile 'AS_db.txt'
into table AS_DB
fields terminated by ','
trailing nullcols
(PACKAGE_PK integer,
ORDER_NUM integer,
"DATA" lobfile(constant "C:\omwb\sqlloader_scripts\MySQL3\13-12-2005_16-34-56\ Oracle\as_db.txt") terminated by EOF)
Here the problem is i have given the same file "AS_DB.txt" in both inifile section and lobfile section.

IS there anyother way it can be achieved.  

Thanks in Advance,
JAI Received on Tue Dec 13 2005 - 09:11:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US