RE: Getting data from Oracle to Mysql

2001-09-19 Thread Siomara Pantarotto
ld love to try something else. Siomara >From: "Kishore Balasubramanya" <[EMAIL PROTECTED]> >To: "Siomara Pantarotto" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: Getting data from Oracle to Mysql >Date: Wed, 19 Sep 2001 12:29:54 -0400

RE: Getting data from Oracle to Mysql

2001-09-19 Thread Kishore Balasubramanya
PROTECTED] Subject: Re: Getting data from Oracle to Mysql Since I know Oracle, MySQL, and Java the fastest way I did it was: 1) I created scripts for creating the tables in both DBs (this is the way I usually do). They differ a bit on datatypes, and I had to remove all the foreign key when dealing

Re: Getting data from Oracle to Mysql

2001-09-19 Thread Siomara Pantarotto
Since I know Oracle, MySQL, and Java the fastest way I did it was: 1) I created scripts for creating the tables in both DBs (this is the way I usually do). They differ a bit on datatypes, and I had to remove all the foreign key when dealing with MYSQL. I have 2 scripts called makeOraDB.sql and