Perform Initial data load using from Oracle to YugabyteDB using Goldengate

In this blog, we’ll see initial data load process from Oracle database to YugabyteDB using Goldengate. 

Source - 

Oracle Database 19c

Goldengate 21c for Oracle database


1.   Get the DDL of source table and convert into PostgreSQL format to create required tables and indexes into Yugabyte database.

2.    create the source table definition files using Goldengate defgen utility.  

3.    create initialload extract params file and add extract process with “sourceistable” mentioned

4.    start the initial load extract. 



Target - 

YugabyteDB v2024.2.0.0

Goldengate 21c for PostgreSQL database

1.    Create the required tables and indexes structure into YugabyteDB

2.    Create the  checkpoint table 

3.    add replicate and start replicat process






Comments

Popular posts from this blog

Seamless Data Replication from Oracle to YugabyteDB using Goldengate

Simplified Database migration from RDS PostgreSQL to YugabyteDB using voyager