Re: Database link from Postgres to Oracle using ODBC

From: Bart Klein Ikink <bart_klein_ikink(at)hotmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Database link from Postgres to Oracle using ODBC
Date: 2014-01-07 07:50:51
Message-ID: DUB117-W223CA3A8CBAC617F54593BC1B60@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

This is what I did:

- yum install gcc
- yum install postgresql92-devel-9.2.5
- extract unixODBC-2.3.2.tar.gz (in /root/test)
- extract ODBC-Link-1.0.4.tar.gz (in /root/test)
- cd /root/test/unixODBC-2.3.2
- ./configure
- make
- make install
- cd ..
- cd ODBC-Link-1.0.4
- export PATH=$PATH:/root/test/unixODBC-2.3.2/include:/usr/pgsql-9.2/bin
- make USE_PGXS=1

> Date: Mon, 6 Jan 2014 11:05:06 -0800
> From: adrian(dot)klaver(at)gmail(dot)com
> To: bart_klein_ikink(at)hotmail(dot)com; pgsql-odbc(at)postgresql(dot)org
> Subject: Re: [ODBC] Database link from Postgres to Oracle using ODBC
>
> On 01/06/2014 11:02 AM, Bart Klein Ikink wrote:
> > I have installed the Postgres development files from RPM.
>
> So they where installed before you got your most recent error?
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-01-07 14:04:15 Re: Static analysis fix request
Previous Message Adrian Klaver 2014-01-06 19:05:06 Re: Database link from Postgres to Oracle using ODBC