is possible to read oracle tables from PostgresSQL

Started by Marcoover 22 years ago3 messagesgeneral
Jump to latest
#1Marco
marko78@libero.it

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

#2Edwin Quijada
listas_quijada@hotmail.com
In reply to: Marco (#1)
Re: is possible to read oracle tables from PostgresSQL

Wel, If you use Plperl I supposed or perl!!

From: "Marco" <marko78@libero.it>
To: pgsql-general@postgresql.org
Subject: [GENERAL] is possible to read oracle tables from PostgresSQL
Date: Wed, 15 Oct 2003 19:10:42 GMT

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

_________________________________________________________________
�Est�s buscando un auto nuevo? http://www.yupimsn.com/autos/

#3Dann Corbit
DCorbit@connx.com
In reply to: Edwin Quijada (#2)
Re: is possible to read oracle tables from PostgresSQL

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.

Show quoted text

-----Original Message-----
From: Marco [mailto:marko78@libero.it]
Sent: Wednesday, October 15, 2003 12:11 PM
To: pgsql-general@postgresql.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