Re: Create a DBLink from PostrgeSQL 9.2 to Oracle 11g

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: kiran <kiran(dot)peddireddy(at)cmegroup(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
Subject: Re: Create a DBLink from PostrgeSQL 9.2 to Oracle 11g
Date: 2013-04-09 16:28:42
Message-ID: CAHyXU0yxb2PRXKr5_LN-+c3nWFtGhb18R3s_1Oe9iTwE-6JHNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Apr 9, 2013 at 11:07 AM, kiran <kiran(dot)peddireddy(at)cmegroup(dot)com> wrote:
> Hello,
>
> I am looking for an example on creating a DBLink from PostrgeSQL 9.2 to
> Oracle 11g.
> I tried the below link and for some reason the ODBC_Link installation is
> failing.
>
> FYI.,
> http://vibhork.blogspot.com/2011/05/postgresql-database-link-to-oracle.html
>
>
> I have the Heterogeneous DB Connection Between Oracle And PostgreSQL. I want
> the other way, reason being, I have 100's of oracle database and I need to
> pull data from these oracle databases and store into PostgreSQL.
>
> I tried many thing and not successful on the creating a DBLink from
> PostrgeSQL 9.2 to Oracle 11g.
>
> Any help, highly appreciated.
> Waiting for your response.

if you have any experience with java (and maybe even if you don't),
you might want to check out jdbc-fdw.

https://github.com/atris/JDBC_FDW

merlin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2013-04-09 16:40:05 What is pg backend using memory for?
Previous Message Joshua D. Drake 2013-04-09 16:20:11 Re: Disallow SET command in a postgresql server