Re: is possible to read oracle tables from PostgresSQL

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Marco" <marko78(at)libero(dot)it>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: is possible to read oracle tables from PostgresSQL
Date: 2003-10-16 21:02:03
Message-ID: D90A5A6C612A39408103E6ECDD77B8294CE21F@voyager.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Use ODBC or OLEDB drivers to do this. Some ODBC drivers can
transparently perform heterogeneous joins across multiple database
systems. Even for those that cannot accomplish this, you could use some
tool like SQL*Server with Linked servers or even Microsoft Access to
perform the joins.

> -----Original Message-----
> From: Marco [mailto:marko78(at)libero(dot)it]
> Sent: Wednesday, October 15, 2003 12:11 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] is possible to read oracle tables from PostgresSQL
>
>
> I need to know if is possible to read oracle tables from
> PostgresSQL (and vice versa). Can someone give me some help?
>
>
>
> Thanks a lot
>
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

Browse pgsql-general by date

  From Date Subject
Next Message Stephen 2003-10-16 21:38:58 Re: VACUUM degrades performance significantly. Database
Previous Message Tom Lane 2003-10-16 21:00:49 Re: ShmemAlloc errors