mysql
nikki asked:


3 tables from oracle are to be copied to and merged in mysql. Can it be done manually? Also, is it possible to make a program to transfer the needed data from one database to the other?

Comments

Joseph K on 17 August, 2008 at 8:23 pm #

As long as the data is mostly text/int type stuff, the easiest way to transfer data between database types is to dump it to a CSV and import that CSV into the new database. CSV notation is fairly standard and usually work across the major db’s nicely.


Post a Comment
Name:
Email:
Website:
Comments: