Re: [GENERAL] Unable to create oracle_fdw (foreign data wrapper) extension

2016-09-16 Thread Arun Rangarajan
at 3:14 AM, Albe Laurenz wrote: > Arun Rangarajan wrote: > > But when I try to create the extension, I get the following error: > > > > postgres=# create extension oracle_fdw; > > server closed the connection unexpectedly > > This probably means the server terminat

Re: [GENERAL] Unable to create oracle_fdw (foreign data wrapper) extension

2016-09-15 Thread Arun Rangarajan
server process --- On Thu, Sep 15, 2016 at 2:58 PM, Scott Mead wrote: > > > On Thu, Sep 15, 2016 at 4:57 PM, Arun Rangarajan > wrote: > >> Thanks, Scott. >> >> oracle_fdw version 1.5.0 from http://pgxn.org/dist/oracle_fdw/ >> >> Oracle client versi

Re: [GENERAL] Unable to create oracle_fdw (foreign data wrapper) extension

2016-09-15 Thread Arun Rangarajan
gt; > > On Thu, Sep 15, 2016 at 3:25 PM, Arun Rangarajan > wrote: > >> I am following the instructions here: >> http://blog.dbi-services.com/connecting-your-postgresql-inst >> ance-to-an-oracle-database/ >> to install Oracle foreign data wrapper, oracle_fdw,

[GENERAL] Unable to create oracle_fdw (foreign data wrapper) extension

2016-09-15 Thread Arun Rangarajan
I am following the instructions here: http://blog.dbi-services.com/connecting-your-postgresql-instance-to-an-oracle-database/ to install Oracle foreign data wrapper, oracle_fdw, on a PostgreSQL server. --- Oracle version: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production