A way to link oracle DB to postgres DB for data transfer

From: Zuhra(dot)Sanusi(at)seagate(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: A way to link oracle DB to postgres DB for data transfer
Date: 2002-10-24 23:42:30
Message-ID: OF69C49001.A719D7B9-ON48256C5C.00814DBA@notes.seagate.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I need to transfer data that reside in my oracle database to my postgres
database on a specific interval.

So, is a way to create a link between the oracle DB and the postgres DB
for data transfer usage.

If I were to do it between 2 oracle database , I could have done via a
DBLINK.

I would greatly appreciate if someone could give me pointers on how to get
this done.

Thank you. Any help is greatly appreciated.

Regards
Zuhra Sanusi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message liu 2002-10-24 23:52:31 ODBC pass a calculated timestamp to DB cause error
Previous Message Darren Ferguson 2002-10-24 23:06:48 Re: Using aggregate functions with SELECT INTO or FOR ..