Re: Oracle / Postgres Interface

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: "Shah, Sameer" <SShah(at)vicr(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Oracle / Postgres Interface
Date: 2004-09-21 17:49:55
Message-ID: 874qlrv7ek.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Shah, Sameer" <SShah(at)vicr(dot)com> writes:

> 1. I have DataBase-A which is Oracle on Server A with FunctionA
> (PLSQL)
> 2. I have DataBase-B which is Postgress on Server B with FunctionB
> (PgSQL)
> 3. I need to call FunctionA from FunctionB

As far as I know, the on'y way to do this is to write a Postgres
function (function B) in C that links with the Oracle client libraries,
connects to Oracle, and calls your function A.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2004-09-21 18:08:50 Re: Oracle / Postgres Interface
Previous Message Shah, Sameer 2004-09-21 17:01:21 Oracle / Postgres Interface