Data Replication between Oracle and Postgres, Possible?
799652Sep 24 2010 — edited Sep 27 2010Is it possible to set up oracle and postgres to synch up data automatically?
i.e. new data in oracle can push to postgres
and
oracle can also pick up postgres data seamlessly.
right now, I've set up an odbc gateway from oracle to postgres. I want the oracle to be the only data source that application only knows about, how to make the automatic replication happen?