Re: Database link from Postgres to Oracle using ODBC
От | Bart Klein Ikink |
---|---|
Тема | Re: Database link from Postgres to Oracle using ODBC |
Дата | |
Msg-id | DUB117-W223CA3A8CBAC617F54593BC1B60@phx.gbl обсуждение исходный текст |
Ответ на | Re: Database link from Postgres to Oracle using ODBC (Adrian Klaver <adrian.klaver@gmail.com>) |
Ответы |
Re: Database link from Postgres to Oracle using ODBC
|
Список | 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
- 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.klaver@gmail.com
> To: bart_klein_ikink@hotmail.com; pgsql-odbc@postgresql.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.klaver@gmail.com
> From: adrian.klaver@gmail.com
> To: bart_klein_ikink@hotmail.com; pgsql-odbc@postgresql.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.klaver@gmail.com
В списке pgsql-odbc по дате отправления: