Re: Calling oracle function from PostgreSQL

Kashif Zeeshan <kashi.zeeshan@gmail.com>

From: Kashif Zeeshan <kashi.zeeshan@gmail.com>
To: Shweta Rahate <rahateshweta20@gmail.com>
Cc: pgsql-novice@lists.postgresql.org
Date: 2024-08-30T07:18:01Z
Lists: pgsql-novice
Hi Shweta

There is no such feature either by Oracle  fdw or db links to call Oracle
functions in Postgres as per my knowledge.

Thanks & Regards
Kashif Zeeshan

On Fri, Aug 30, 2024 at 12:09 PM Shweta Rahate <rahateshweta20@gmail.com>
wrote:

> Hi All,
>
> In my application there is a requirement to call the oracle function from
> PostgreSQL db.
>
> The oracle function should take the input from Postgres db and returns the
> output.
> Please suggest a way to achieve this.
>
>
>
> Regards,
> Shweta
>