Re: How to connect to an oracle table from Postgres?

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: How to connect to an oracle table from Postgres?
Дата
Msg-id 20060606215646.GH45331@pervasive.com
обсуждение исходный текст
Ответ на How to connect to an oracle table from Postgres?  ("" <dba@ciberforce.net>)
Список pgsql-admin
On Tue, Jun 06, 2006 at 11:13:48AM -0400, dba@ciberforce.net wrote:
>
> Hi List;
>
> I want to be able to read an oracle tabe from within Postgres. The Oracle db is on a different server within the same
network.Is there a good way to pull this off? 

Only way to do it from within PostgreSQL would be to write a function in
a language that can connect to Oracle, such as plperl. There's been talk
about extending dblink to support connecting to other databases, but I
don't think anything has actually happenend on that front.

If solutions outside the database are acceptable then you have more
choices, though most of them are commercial.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: delete
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: oralink documentation