Re: Foreign Data Wrapper from Oracle to Postgres 16

2025-07-03 Thread Laurenz Albe
On Wed, 2025-07-02 at 23:58 +0530, Santhosh S wrote: > I am working on a project along with my peers on developing an Foreign Data > Wrapper > to transfer data from Oracle to Postgres 16. We followed the below steps in > order: > > 1. Developed the Foreign Data Wrapper (64-bit) using Microsoft V

Foreign Data Wrapper from Oracle to Postgres 16

2025-07-03 Thread Santhosh S
Hi team, I am working on a project along with my peers on developing an Foreign Data Wrapper to transfer data from Oracle to Postgres 16. We followed the below steps in order: 1. Developed the Foreign Data Wrapper (64-bit) using Microsoft Visual Studio to transfer from Oracle to Postgres 16 2. In