Re: Postgres stored proc that extracts data from Oracle

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: James <jamesfuerte(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres stored proc that extracts data from Oracle
Date: 2005-03-14 04:48:16
Message-ID: 20050314044816.GB30090@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Mar 10, 2005 at 17:12:46 -0800,
James <jamesfuerte(at)yahoo(dot)com> wrote:
>
> Do you guys have thoughts on how to implement this? I
> am not expecting an easy solution but I wish to get
> started asap. Any advice would be appreciated.

My usual solution is to use a perl script which talks to both databases.

The dblink module in postgres might also be useful to you.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message George Essig 2005-03-14 05:13:11 Re: sql question
Previous Message Bruno Wolff III 2005-03-14 04:44:44 Re: Oracle's Virtual Private Database functionality