Need database conversion software recommendation

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
nainaika
Forum Newbie
Posts: 1
Joined: Mon Oct 14, 2013 4:26 am

Need database conversion software recommendation

Post by nainaika »

I am looking for solution to change my Oracle database record into MySQL. Is it possible to convert database record from Oracle to MySQL?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Need database conversion software recommendation

Post by Christopher »

There are a number of tools that can do most of the conversion. You could also just export the schema from Oracle, search/replace and edit the differences, recreate the database tables in MySQL, and then LOAD DATA INFILE to import the data.
(#10850)
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: Need database conversion software recommendation

Post by twinedev »

so used to reddit and facebook... so in response to Christopher's reply...

LIKE
UpVote.
charley
Forum Newbie
Posts: 1
Joined: Thu Oct 17, 2013 1:39 am

Re: Need database conversion software recommendation

Post by charley »

Oracle to MySQL database converter software of prodatadoctor .net may help you to convert database without any difficulty.
Post Reply