How do I synchronize two Oracle Databases?

前端 未结 3 1265
孤街浪徒
孤街浪徒 2021-02-09 11:24

I want to create a project in which it is required to synchronize local database with remote database. Changes made in local database must be reflected to remote database. This

3条回答
  •  隐瞒了意图╮
    2021-02-09 12:03

    I've been mulling this problem for a few days as we need to do development in parallel with QA running their tests. We do have two separate Oracle instances, but keeping them in sync manually would have been a huge pain. I'm not a DBA, so just looking at the replication stuff made me run away in fear.

    Instead, I fired up Navicat for Oracle and (ab)used the Data Transfer feature - makes keeping two schemas in physically separate databases synchronized pretty painless. A pretty damn useful tool! (I don't work for them, just like their tool.)

提交回复
热议问题