Re: Mirroring tables from Oracle to Postgresql - Mailing list pgsql-general

From Cees van de Griend
Subject Re: Mirroring tables from Oracle to Postgresql
Date
Msg-id 200404051710.53646.cees-list@griend.xs4all.nl
Whole thread Raw
In response to Mirroring tables from Oracle to Postgresql  (Miguel Guzman Miranda <miguelg@tid.es>)
List pgsql-general
Hello Miguel,

On Monday 05 April 2004 15:58, Miguel Guzman Miranda wrote:
>     My issue is that I need to do some replication from Oracle tables to
> PSQL. One-way only, incremental, and to a remote machine.

I have to replicate a lot of data from Oracle/MS SQL/Progress to PostgreSQL
I have written an Java library which synchronize the data from a database to
another database and do some usefull things if a record was
inserted/changed/deleted. In our situation, we synchronize once a day.

At the moment I'm rewritting the library to use Metadata.

Regards,
Cees.

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Evening in NYC
Next
From: Greg Stark
Date:
Subject: Re: thread_test.c problems