| From: | Peter Koukoulis <pkoukoulis(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | install the oracle data wrapper extension |
| Date: | 2017-08-22 21:47:09 |
| Message-ID: | CABpxA9h-wG5phZFQHKjX4JBxFYEG0-67m2ixR6F7foTxC-3AjA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi
Is there a reliable way to create a database link from PosgreSQL 9.6 to
Oracle 11g?
I am running 9.6 on Linux 64 bit.
I can connect to the Oracle database with sqlplus from the PostgreSQL
server.
Also, I have in attempted to install the oracle_fdw wrapper as an
alternatve, but I keep getting the following error:
ft_node=# create extension oracle_fdw;
ERROR: could not open extension control file
"/usr/share/postgresql/9.6/extension/oracle_fdw.control": No such file or
directory
ft_node=# \conninfo
You are connected to database "ft_node" as user "postgres" on host
"localhost" at port "5432".
SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384,
bits: 256, compression: off)
Any suggestions?
P
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Igor Korot | 2017-08-22 22:18:07 | Re: What is the proper query |
| Previous Message | PT | 2017-08-22 21:13:49 | Re: PG and database encryption |