Re: Calling oracle function from PostgreSQL

From: Kashif Zeeshan <kashi(dot)zeeshan(at)gmail(dot)com>
To: Shweta Rahate <rahateshweta20(at)gmail(dot)com>
Cc: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Calling oracle function from PostgreSQL
Date: 2024-08-30 07:18:01
Message-ID: CAAPsdhdHnoPPW+pAPRO_eDd3h5Zyq-oL5evT7UjR=_UaZGjjnQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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(at)gmail(dot)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
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Muhammad Ikram 2024-08-30 07:18:32 Re: Calling oracle function from PostgreSQL
Previous Message Shweta Rahate 2024-08-30 07:08:45 Calling oracle function from PostgreSQL