python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
error: could not load library ~ undefined symbol: errcontext
First, I installed oracle_fdw and oracle instant client. Second, I set LD_LIBRARY_PATH and ORACLE_HOME (~/.bash_profile). Finally, I ran the make command in the oracle_fdw directory. I installed the o...
서 민진
Votes: 0
Answers: 1
Replace Oracle db with Postgres db , add an adapter
I have a source code querying an Oracle database.
Is it possible to replace the Oracle database by a PostgreSQL database without modifying the source code ?
I thought about adding an adapter/wrapper m...
clouvis
Votes: 0
Answers: 1
Strange query by oracle_fdw
I am using oracle_fdw 2.2.0devel, PostgreSQL 10.13, Oracle client 18.3.0.0.0
We have a foreign table in Postgres defined as this:
CREATE FOREIGN TABLE public.tickers
(
ticker_id INTEGER,
...
Landon Statis
Votes: 0
Answers: 1