Re: dblink extension to Oracle is it passable

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Garry Chen <gc92(at)cornell(dot)edu>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: dblink extension to Oracle is it passable
Date: 2017-09-22 20:00:24
Message-ID: CAKFQuwadXsgE_tv39UF=D7CpZUbaW1qdT3cr2otD7SHcBOUNvQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, Sep 22, 2017 at 12:45 PM, Garry Chen <gc92(at)cornell(dot)edu> wrote:

> Hi All,
>
> Is dblink extension can connect to an Oracle instance? My
> stapes as following.
>

​From the docs:

"​dblink is a module that supports connections to other PostgreSQL
databases from within a database session."

https://www.postgresql.org/docs/9.6/static/dblink.html

You should investigate "Foreign Data Wrappers" (fdw) for connecting to
non-PostgreSQL files/systems.

David J.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message legrand legrand 2017-09-22 21:27:01 Re: dblink extension to Oracle is it passable
Previous Message Garry Chen 2017-09-22 19:45:55 dblink extension to Oracle is it passable