Table structure change in heterogenous Goldengate replication
Source DB is Oracle 19c
Target is SQL server
Goldengate 21c
During application upgrade deployment one table structure change which cause the ERROR OGG-01296 and replicate failed.
The extract and replicate process contain more table, my question is this.
Is my resolution is correct.
- recreate the impacted table in target DB (SQL server)
- Re-create defgen file
- Perform initial load for that table
- resume the extract and replicate process.
Thanks