Обсуждение: [ODBC] information request on postgresql --> oracle connect via odbc

Поиск
Список
Период
Сортировка

[ODBC] information request on postgresql --> oracle connect via odbc

От
"Glauco Mancini"
Дата:
Hi all,
 
 
i'm looking for a method to connect natively a postgresql db to oracle ( maybe via odbc ? ) with something similar to the oracle dblink.
 
I connected successfully a oracle instance to a postgresql instance using unix-odbc, now i need to proceed on the other way.
 
Can you please help me with some suggestion ?
 
Thanks for your attention, best regards
 
 
Glauco Mancini
 

Re: [ODBC] information request on postgresql --> oracle

От
Ragnar
Дата:
On mán, 2006-05-29 at 10:21 +0200, Glauco Mancini wrote:

> i'm looking for a method to connect natively a postgresql db to oracle
> ( maybe via odbc ? ) with something similar to the oracle dblink.
>
> I connected successfully a oracle instance to a postgresql instance
> using unix-odbc, now i need to proceed on the other way.
>
> Can you please help me with some suggestion ?

maybe plperlu and DBD::Oracle ?

gnari



Re: [ODBC] information request on postgresql --> oracle

От
Tino Wildenhain
Дата:
Ragnar schrieb:
> On mán, 2006-05-29 at 10:21 +0200, Glauco Mancini wrote:
>
>
>>i'm looking for a method to connect natively a postgresql db to oracle
>>( maybe via odbc ? ) with something similar to the oracle dblink.
>>
>>I connected successfully a oracle instance to a postgresql instance
>>using unix-odbc, now i need to proceed on the other way.
>>
>>Can you please help me with some suggestion ?
>
>
> maybe plperlu and DBD::Oracle ?
>
Or easier: http://pgfoundry.org/projects/dbi-link/

Which uses that approach imho.

Regards
Tino