Re: is possible to read Oracle table from PostgreSQL? - Mailing list pgsql-odbc

From
Subject Re: is possible to read Oracle table from PostgreSQL?
Date
Msg-id 53151.24.60.194.163.1066326283.squirrel@mail.mohawksoft.com
Whole thread Raw
In response to is possible to read Oracle table from PostgreSQL?  ("Marco" <marko78@libero.it>)
Responses Re: is possible to read Oracle table from PostgreSQL?  (Joe Conway <mail@joeconway.com>)
List pgsql-odbc
> I need to know if is possible to read oracle tables from PostgresSQL.
> Can someone give me some help?

It is theoretically possible, but depending on your skill level, possible
but difficult.

Starting with the latest versions of PostgreSQL, it is possible to return
multi-column result sets. All one would need to do is construct a
PostgreSQL extension that would query the Oracle database and return the
result set.

But, in general, I'd say no.



pgsql-odbc by date:

Previous
From: "Marco"
Date:
Subject: is possible to read Oracle table from PostgreSQL?
Next
From: Joe Conway
Date:
Subject: Re: is possible to read Oracle table from PostgreSQL?