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

Поиск
Список
Период
Сортировка
От Euler Taveira
Тема Re: BUG #15648: oracle_fdw extension not able to create
Дата
Msg-id CAHE3wgiozX-MaRbJfutdRKO+-9yTQOv0VVkaYM6mZ0CzeDOjzw@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #15648: oracle_fdw extension not able to create  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15648: oracle_fdw extension not able to create  (Prakash Ramakrishnan <prakash.ramakrishnan.ap@nielsen.com>)
Список pgsql-bugs
Em qui, 21 de fev de 2019 às 15:39, PG Bug reporting form
<noreply@postgresql.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


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Andre Piwoni
Дата:
Сообщение: Re: BUG #15638: pg_basebackup with --wal-method=stream incorrectlygenerates WAL segment created during backup
Следующее
От: Tom Lane
Дата:
Сообщение: 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