dbTalk Databases Forums  

Migrate/Export data from Oracle to MySQL

comp.databases.oracle.server comp.databases.oracle.server


Discuss Migrate/Export data from Oracle to MySQL in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
trub3101
 
Posts: n/a

Default Migrate/Export data from Oracle to MySQL - 02-10-2011 , 06:16 AM






Hi,

Oracle 9.2.0.8 Enterprise (Linux)
MySQL (Windows)

Could anyone provide me with a solution(s) to export/migrate schemas
from Oracle to MySql?

Thanks in advance,

tb3101

Reply With Quote
  #2  
Old   
John Hurley
 
Posts: n/a

Default Re: Migrate/Export data from Oracle to MySQL - 02-10-2011 , 06:59 AM






On Feb 10, 7:16*am, trub3101 <trub3... (AT) sky (DOT) com> wrote:
Quote:
Hi,

Oracle 9.2.0.8 Enterprise (Linux)
MySQL (Windows)

Could anyone provide me with a solution(s) to export/migrate schemas
from Oracle to MySql?

Thanks in advance,

tb3101
What have you tried so far?

Reply With Quote
  #3  
Old   
trub3101
 
Posts: n/a

Default Re: Migrate/Export data from Oracle to MySQL - 02-10-2011 , 07:54 AM



On Feb 10, 12:59*pm, John Hurley <hurleyjo... (AT) yahoo (DOT) com> wrote:
Quote:
On Feb 10, 7:16*am, trub3101 <trub3... (AT) sky (DOT) com> wrote:

Hi,

Oracle 9.2.0.8 Enterprise (Linux)
MySQL (Windows)

Could anyone provide me with a solution(s) to export/migrate schemas
from Oracle to MySql?

Thanks in advance,

tb3101

What have you tried so far?
I have converted a table to tab delimited files and used the MySql
LOAD DATA INFILE command.

Reply With Quote
  #4  
Old   
Steve Howard
 
Posts: n/a

Default Re: Migrate/Export data from Oracle to MySQL - 02-22-2011 , 06:46 PM



On Feb 10, 8:54*am, trub3101 <trub3... (AT) sky (DOT) com> wrote:
Quote:
On Feb 10, 12:59*pm, John Hurley <hurleyjo... (AT) yahoo (DOT) com> wrote:

On Feb 10, 7:16*am, trub3101 <trub3... (AT) sky (DOT) com> wrote:

Hi,

Oracle 9.2.0.8 Enterprise (Linux)
MySQL (Windows)

Could anyone provide me with a solution(s) to export/migrate schemas
from Oracle to MySql?

Thanks in advance,

tb3101

What have you tried so far?

I have converted a table to tab delimited files and used the MySql
LOAD DATA INFILE command.
We actually just did this, and migrated about 1TB single table to a
reporting database. It took three days, but we hand coded the
migration. We pulled it from Oracle into java, and from there pushed
it into MySQL. We chose this because we had unicode data, and we knew
java would handle it without losing any bits.

Reply With Quote
  #5  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: Migrate/Export data from Oracle to MySQL - 02-23-2011 , 02:18 PM



On Tue, 22 Feb 2011 16:46:14 -0800, Steve Howard wrote:

Quote:
We pulled it from Oracle into java, and from there pushed it into MySQL.
That's why it took 3 days: you didn't use Perl. Had you used Perl, it
would have been done in two days.



--
http://mgogala.byethost5.com

Reply With Quote
  #6  
Old   
Gerard H. Pille
 
Posts: n/a

Default Re: Migrate/Export data from Oracle to MySQL - 02-23-2011 , 04:42 PM



Mladen Gogala wrote:
Quote:
On Tue, 22 Feb 2011 16:46:14 -0800, Steve Howard wrote:

We pulled it from Oracle into java, and from there pushed it into MySQL.

That's why it took 3 days: you didn't use Perl. Had you used Perl, it
would have been done in two days.



Losing one bit in three?

Reply With Quote
  #7  
Old   
Steve Howard
 
Posts: n/a

Default Re: Migrate/Export data from Oracle to MySQL - 02-23-2011 , 09:29 PM



On Feb 23, 3:18*pm, Mladen Gogala <n... (AT) email (DOT) here.invalid> wrote:
Quote:
On Tue, 22 Feb 2011 16:46:14 -0800, Steve Howard wrote:
We pulled it from Oracle into java, and from there pushed it into MySQL..

That's why it took 3 days: you didn't use Perl. Had you used Perl, it
would have been done in two days.

--http://mgogala.byethost5.com
Does Perl handle unicode "easily"? I'm genuinely curious.

It is the one and only thing about python that I dislike intensely.
It's handling of unicode is death. Other than that, I wouldn't have
used java.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.