Need help capturing delete on a child table with cascade-delete fk constraints
4 of the tables are child tables to 1 master table. What I noticed happening is that the extract and replicate process is capturing the DELETE txn on the master including the PK value but on the CHILD tables the DELETE txn is being captured but not the PK value of the child tables.
Is there a way to force the capture the PK value of the child tables?
--extract