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

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: dba(at)ciberforce(dot)net
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: How to connect to an oracle table from Postgres?
Date: 2006-06-06 21:56:46
Message-ID: 20060606215646.GH45331@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jun 06, 2006 at 11:13:48AM -0400, dba(at)ciberforce(dot)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(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jim C. Nasby 2006-06-06 21:58:32 Re: oralink documentation
Previous Message Jim C. Nasby 2006-06-06 21:54:04 Re: delete