Re: Live Link to Oracle? - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Live Link to Oracle?
Date
Msg-id 20030408233449.GC15928@svana.org
Whole thread Raw
In response to Live Link to Oracle?  ("Ted Taylor" <tedtaylor@sympatico.ca>)
Responses Re: Live Link to Oracle?  (Joe Conway <mail@joeconway.com>)
Re: Live Link to Oracle?  ("Ted Taylor" <ted@3shmoos.ca>)
List pgsql-general
On Tue, Apr 08, 2003 at 08:37:16AM -0400, Ted Taylor wrote:
> I'd like to set up a pgsql database that has server-based links back to
> an Oracle db.  Not replication, but a live link (the data I'm looking
> for can change rapidly).  The pgsql client would see it as a native
> pgsql table, but the pgsql server would submit the query to Oracle in
> real-time.  Basically, a view of the Oracle data.

There is a dblink in in the postgres source that does this between seperate
postgres servers. Perhaps just altering this to deal if oracle servers
instead would be possible?

Hope this helps,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> "the West won the world not by the superiority of its ideas or values or
> religion but rather by its superiority in applying organized violence.
> Westerners often forget this fact, non-Westerners never do."
>   - Samuel P. Huntington

Attachment

pgsql-general by date:

Previous
From: Medi Montaseri
Date:
Subject: Re: Cross database reference (databases are on the same
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Yet Another (Simple) Case of Index not used