Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

migrate from oracle

Status
Not open for further replies.

jjpetrucelli

Programmer
Dec 5, 2003
99
US
i have an oracle db and i would like to recrete and modify the db in mysql and then transfer the data from oracle to mysql. What is the best way to do this? i know there are programs out there but i hear that they dont do a 100%? suggestions?
 
transfer should be straight forward as long as you dont have bizare data types etc.
You will have problems if the oracle has any pl/sql procedure, packages etc.
Constraints and triggers will cause you issues.
The applicastion will probabbly behave differently as oracle and mysqlhave differecnt query strategies, key types,locking etc etc.
 
so whats the easiest way to just get the data from one db to another? Lets not talk the db structure itself.
 
Export the Oracle to csv and import the csv...you should also be able to take the create statements from Oracle and apply those, likely with a few changes to run on mysql

Bastien

Cat, the other other white meat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top