Replicate Oracle to MySQL
Posted
by Rosdi
on Server Fault
See other posts from Server Fault
or by Rosdi
Published on 2010-05-01T18:44:43Z
Indexed on
2010/05/01
18:48 UTC
Read the original article
Hit count: 472
I am developing a web apps, this web application will be using MySQL.
Now I need to replicate my client's Oracle database into MySQL, only a few tables will be involved.. a table can be up to 2-3 million rows.
I only have SELECT privilege on this Oracle, so don't ask me to install any kind of service on the Oracle machine. I have complete control on the MySQL side however.
The replication is only one way (Oracle to MySQL). I can write a simple script to truncate MySQL table and repopulate it every night but I think this is very inefficient, there must be a better way.
Is there any free tools I can use? Expensive database replication system is definitely out of the question.
© Server Fault or respective owner