Re: porting Oracle schema to MySQL

2004-01-28 Thread Martijn Tonies
Hi all, There are other tools as well - besides being a GUI front end to MySQL (and InterBase, Firebird and MS SQL Server), Database Workbench offers migration and cross database development tools. Check www.upscene.com for more information. > > look at http://www.ispirer.com > > it provides a to

Re: porting Oracle schema to MySQL

2004-01-28 Thread David Griffiths
day, January 27, 2004 11:46 PM Subject: Re: porting Oracle schema to MySQL > look at http://www.ispirer.com > it provides a tool SQLWays, which is a migrating tool > to migrate any DataBase to MySQL with Data. > > greets, > > Arun. > > --- Claire Lee <[EMAIL PROTECTED]&

Re: porting Oracle schema to MySQL

2004-01-28 Thread Sid Lane
Claire Lee <[EMAIL PROTECTED]> | | cc: [EMAIL PROTECTED] | | Subject: Re: port

Re: porting Oracle schema to MySQL

2004-01-28 Thread Arunachalam
look at http://www.ispirer.com it provides a tool SQLWays, which is a migrating tool to migrate any DataBase to MySQL with Data. greets, Arun. --- Claire Lee <[EMAIL PROTECTED]> wrote: > Hi, > I'm a newbie working on a big project. The idea is to > transport an existing Oracle database at > htt

porting Oracle schema to MySQL

2004-01-28 Thread Claire Lee
Hi, I'm a newbie working on a big project. The idea is to transport an existing Oracle database at http://www.ebi.ac.uk/arrayexpress/ to a local MySQL server. The Schema, scripts and loader for Oracle can be found in the website. But how to create an exactly same database with mySQL? I have no clue