Hi Ron,
I have used ora2pg for a small database, but we have limitation of zero downtime, how do we replicate real time data from Oracle to PostgreSQL. We can migrate schema from Oracle to PostgreSQL using ora2pg and single time bulk data but what about the changed
data after bulk load?
Regards,
Inzamam Shafiq
Sr. DBA
From: Ron Johnson <ronljohnsonjr@xxxxxxxxx>
Sent: Monday, March 20, 2023 7:15 PM To: pgsql-general@xxxxxxxxxxxxxxxxxxxx <pgsql-general@xxxxxxxxxxxxxxxxxxxx> Subject: Re: Oracle to PostgreSQL Migration Real-time CDC is the difficult part. ora2pg (using views) can do a static migration. No coding (unless you consider clever use of bash to modify config files to be coding). I used it to migrate a 7TB db to Postgresql.
On Mon, Mar 20, 2023 at 8:58 AM Inzamam Shafiq <inzamam.shafiq@xxxxxxxxxxx> wrote:
|