How do i create postgres to oracle dblink?

kinkajou picture kinkajou · Sep 25, 2013 · Viewed 35k times · Source

How do I create dblink in postgres 9.2 ? I want to be able to use it using @ link in oracle? I am using postgres 9.2 64bit. DBlink is from postgres 9.2 to Oracle 11g.

Answer

Leo picture Leo · Oct 18, 2013

If you need to access postgresql FROM Oracle:

http://dbaspot.wordpress.com/2013/05/29/how-to-access-postgresql-from-oracle-database/

If you need to access Oracle FROM postgresql:

http://pgxn.org/dist/oracle_fdw/