Re: How to connect ORACLE database from Postgres function using plpgsql/pltclu? - Mailing list pgsql-sql

From Dawid Kuroczko
Subject Re: How to connect ORACLE database from Postgres function using plpgsql/pltclu?
Date
Msg-id 758d5e7f050801033529c7179c@mail.gmail.com
Whole thread Raw
In response to How to connect ORACLE database from Postgres function using plpgsql/pltclu?  ("Dinesh Pandey" <dpandey@secf.com>)
Responses Re: How to connect ORACLE database from Postgres function  (Sean Davis <sdavis2@mail.nih.gov>)
List pgsql-sql
On 8/1/05, Dinesh Pandey <dpandey@secf.com> wrote:
> Is there any way to connect ORACLE database from Postgres function using
> plpgsql/pltclu?

With PLpgSQL I don't think its possible.  I don't know how about PLtclU (should
be possible), but I'm sure its doable from PLperlU (using DBI).  Don't expect it
to be easy to set up and fast performing though. ;)
  Regards,        Dawid


pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: bug in information_schema?
Next
From: Sean Davis
Date:
Subject: Re: How to connect ORACLE database from Postgres function