I have a requirement to migrate Oracle DB to Postgres, in which I am able to do so. By using FDW, I am able to access Oracle data at Postgres. Now there is a requirement to call/execute a function of Oracle via Postgres.
Is there any way to do so?
I have Found this link, for the same: https://github.com/laurenz/oracle_fdw/issues/187
Can any one provide me with a sample or an example?
Regards,