Re: how to connect to oracle database

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Pawel Kopka <pawelkopka(at)wp(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to connect to oracle database
Date: 2012-07-24 12:03:57
Message-ID: CAFj8pRCGVeQ3dfYmSeCVcNqTffxz75KpiPYord1GOzFDfkOWmQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

2012/7/24 Pawel Kopka <pawelkopka(at)wp(dot)pl>:
> Hi,
>
> I have one question.
> Is there any possibility to connect from postgresql function (plpgsql) to
> oracle database with help of dblink?
>
> Pawel Kopka

dblink from contrib allows only connect to Postgres, but you can use
http://pgfoundry.org/projects/dbi-link/ or you can try
http://pgxn.org/dist/oracle_fdw/

Regards

Pavel Stehule

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dmitriy Igrishin 2012-07-24 12:41:26 Roles with empty password (probably bug in libpq and in psql as well).
Previous Message Pawel Kopka 2012-07-24 11:49:58 how to connect to oracle database