Syncing mysql with Oracle server

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Kevin Brown
Data:  
Asunto: Syncing mysql with Oracle server
Narayanasamy, Sundar wrote:

> Hello,
>
> Is there a easy way to sync mysql running on windows client with Oracle on Unix server?


Short Answer: No
You will have to write an app that can take the data from one DB and put it in
the other and handle any needed data type coversions, etc...