Mirroring tables from Oracle to Postgresql

From: Miguel Guzman Miranda <miguelg(at)tid(dot)es>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Mirroring tables from Oracle to Postgresql
Date: 2004-04-05 13:58:36
Message-ID: 1081173515.9271.334.camel@fenris
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi there,

First of all, I suppose my problem should be at least farly common, but
haven't had luck trying to find what I need by searching on the docs,
google, etc. So please if this issue has already been covered please
point me to some URL, or the list archives, or what you think is fine.

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've been suggested to do a triggered procedure in Oracle so that
everytime a file is inserted, deleted or updated, a perl script is run
which modifies in turn the PSQL DB.

I'd like to know if this is the proper approach, and also if someone
else has done anything similar (this is for office work, and the bosses
would feel more comfortable with a pre-fabricated solution that with
some quick hacking of mine, even if it's the same stuff ;). If there
isn't previous work, doing the hacking is still fine. What do you
recommend me?

Thanks in advance,

Miguel

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2004-04-05 14:31:42 Re: thread_test.c problems
Previous Message Jakub 2004-04-05 13:54:35 Need to replace PostgreSQL 7.4 with 7.3 on cygwin