Re: BUG #15648: oracle_fdw extension not able to create

From: Euler Taveira <euler(at)timbira(dot)com(dot)br>
To: prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15648: oracle_fdw extension not able to create
Date: 2019-02-21 20:54:53
Message-ID: CAHE3wgiozX-MaRbJfutdRKO+-9yTQOv0VVkaYM6mZ0CzeDOjzw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Em qui, 21 de fev de 2019 às 15:39, PG Bug reporting form
<noreply(at)postgresql(dot)org> escreveu:
>
> we are not able to create the extesnion oracle_fdw and we did pre check for
> oracle client 12c and getting below error.
>
Report issues to oracle_fdw project [1].

> ==> make
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
> -Wendif-labels -Wmissing-format-attribute -Wformat-security
> -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
> --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC
> -I/sdk/include -I/oci/include -I/rdbms/public
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

It seems you do not set ORACLE_HOME env variable. Hence, it can't find
oci.h. Check Makefile for details.

[1] https://github.com/laurenz/oracle_fdw/issues

--
Euler Taveira Timbira -
http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-02-21 22:18:10 Re: 'update returning *' returns 0 columns instead of empty row with 2 columns when (i) no rows updated and (ii) when applied to a partitioned table with sub-partition
Previous Message Andre Piwoni 2019-02-21 18:57:32 Re: BUG #15638: pg_basebackup with --wal-method=stream incorrectly generates WAL segment created during backup