Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle

Поиск
Список
Период
Сортировка
От Tom
Тема Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle
Дата
Msg-id Pine.BSF.3.95q.980709103427.27458A-100000@misery.sdf.com
обсуждение исходный текст
Ответ на PostgreSQL Backend as SW Gateway to Oracle  ("Dr. Armin Schloesser" <armin@ap-kas.ie.philips.com>)
Список pgsql-hackers
On Wed, 8 Jul 1998, Dr. Armin Schloesser wrote:

> Cause there is no Oracle client SW available under Linux and I don't want to change the API in our
>
> programming environment I would like to have a modified PostgreSQL Backend that runs under the above

  You can use the Openlink ODBC broker (basically an ODBC proxy).  You run
it the broker on a platform that does have an ODBC driver available
(the broker is available for _many_ platforms).  Then you use an Openlink
ODBC driver to connect to the broker (there are Openlink ODBC drivers
available for _many_ platforms, including Linux).  The broker just
redirects the requests for you.

  See www.openlinksw.com  Trial versions of this are available.  Basically
Openlink offers almost complete "access any database, anywhere" solutions.

Tom


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

Предыдущее
От: "Dr. Michael Meskes"
Дата:
Сообщение: Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle
Следующее
От: Tom
Дата:
Сообщение: Re: [HACKERS] Some items for the TODO list