DBLINK - PostgreSQL to ORACLE - Mailing list pgsql-admin

From Ferrell, Denise CTR NSWCDD, Z11
Subject DBLINK - PostgreSQL to ORACLE
Date
Msg-id 2BC18916DE4BF141AC1EFC55CE2CAE7D5939F0@NAEANRFKXM01V.nadsusea.nads.navy.mil
Whole thread Raw
Responses Re: DBLINK - PostgreSQL to ORACLE  (desmodemone <desmodemone@gmail.com>)
Re: DBLINK - PostgreSQL to ORACLE  (Albe Laurenz <laurenz.albe@wien.gv.at>)
List pgsql-admin
Using PostgreSQL 9.3.4 on Linux Red-Hat platform.


Is there a way to use dblink to link from a PostgreSQL database to an Oracle database?

Tried the following and it's returning a SQL state: 08001

SELECT * from dblink('host=<hostname> dbname=<database> port=1521 user=<username> password=<password>',
'select column1,
    Column2,
    Column3
FROM <schema.table>') as t1 (column1 name, column2 . . .);


Thank you in advance.



Attachment

pgsql-admin by date:

Previous
From: jayknowsunix@gmail.com
Date:
Subject: Re: Unable to connect remotely
Next
From: "Gilberto Castillo"
Date:
Subject: Re: DBLINK - PostgreSQL to ORACLE