Copy data from mysql to oracle database help?
630807Mar 27 2008 — edited Mar 27 2008Im an sql newb and trying to understand how I can automatically copy data from one dtabase to another systems database on the same server.
We have two differnt applications, but both share customer information, but one is on a win server, while the other is on oracle.
Each time a customer contacts us via online chat (win server, mysql), we want to copy their entire chat transcript into our CRM's (oracle) customer account. So the folks that use the CRM can see the past chat histories. I hope this makes sense.
Where can i look to get started on this?
Thanks