Syncing mysql with Oracle server

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Kevin Brown
日付:  
題目: 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...