Re: how to connect to oracle database - Mailing list pgsql-general

From Pavel Stehule
Subject Re: how to connect to oracle database
Date
Msg-id CAFj8pRCGVeQ3dfYmSeCVcNqTffxz75KpiPYord1GOzFDfkOWmQ@mail.gmail.com
Whole thread Raw
In response to how to connect to oracle database  ("Pawel Kopka" <pawelkopka@wp.pl>)
List pgsql-general
Hello

2012/7/24 Pawel Kopka <pawelkopka@wp.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

pgsql-general by date:

Previous
From: "Pawel Kopka"
Date:
Subject: how to connect to oracle database
Next
From: Dmitriy Igrishin
Date:
Subject: Roles with empty password (probably bug in libpq and in psql as well).