Re: is possible to read Oracle table from PostgreSQL?

From: <markw(at)mohawksoft(dot)com>
To: <marko78(at)libero(dot)it>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: is possible to read Oracle table from PostgreSQL?
Date: 2003-10-16 17:44:43
Message-ID: 53151.24.60.194.163.1066326283.squirrel@mail.mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Nigel Brookes 2003-10-17 12:21:35 Insert query
Previous Message Joe Conway 2003-10-16 17:41:51 Re: is possible to read Oracle table from PostgreSQL?