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

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Glauco Mancini <mancini(at)tiscali(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: R: [ODBC] information request on postgresql --> oracle
Date: 2006-05-30 10:35:34
Message-ID: 447C1FF6.4060806@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Glauco Mancini schrieb:
> Hi all,
>
> Ragnar and Tino many thanks for you feedback.
>
> Using this type of approach probably i will try first with pl-j or pl/java because i am more comfortable with the java language.
>
> It would be nice if i can use, inside postgresql, something like "select * from myTable(at)oracleInstance" ... Probably it would be nice if elephants can fly too !

well if you like the java language but not its footprint, you
can also try plpythonu, which is quite similar - syntax wise.

if you use dbilink, I think you do not even get in
touch with the underlying implementation in perl.
So if it isnt the academic approach you are seeking,
you should just use it as it is. And it can be
used quite similar to what you want above iirc.
I guess you already read its documentation? ;-)

Regards
Tino

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rafael Martinez, Guerrero 2006-05-30 10:48:02 8.1.4 - problem with PITR - .backup.done / backup.ready version of the same file at the same time.
Previous Message Glauco Mancini 2006-05-30 10:24:00 R: [ODBC] information request on postgresql --> oracle