Re: How to read oracle table's data from postgre - Mailing list pgsql-general

From John R Pierce
Subject Re: How to read oracle table's data from postgre
Date
Msg-id 4B949374.5000604@hogranch.com
Whole thread Raw
In response to How to read oracle table's data from postgre  (venkatrao.b@tcs.com)
List pgsql-general
venkatrao.b@tcs.com wrote:
>
> Hello ,
>
> I want to read oracle database table data from postgre. (like in
> oracle we can use database links, is there something like this
> available in postgre).
> I tried below -
>
> select dblink_connect('host=.., dbname=..user=.. pwd=..'); but it is
> giving error database refused connection. Do i need to add anything in
> oracle datbase server tnsnames. how should be this entry.(since here
> we are connecting oracle to postgre and not the oracle to oracle)

postgresql's dblink functions can only connect to other postgresql
databases.   it has no idea how to connect to Oracle, or any other sort
of database.










pgsql-general by date:

Previous
From: venkatrao.b@tcs.com
Date:
Subject: How to read oracle table's data from postgre
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: [NOVICE] How to read oracle table's data from postgre