iI am doing data migration from DB1 to DB2. First
First step in that is extracting data from base tables (6 tables with one beigbig master table which has 1milone million records and other 5 being detail tables) in DB1. This
This first step of extraction is done and data is uploaded in DB2.now Now it will take one month for all business validations and reconciliations to complete in DB2. Till
Till this time, business has decided to keep DB1 up for it's users. Now Now the problem is , users can modifed or even create new records in all base tables during this one month. pls suggest me
Is there a good method to identify datadata which gets modified in DB1. during this time? Only materthe master table has a timestamp field.Some, some of the detail tables doesn'tdon't have any timestamp field. It
It is not practical to run the extraction again. Please
Please share any suggestions to identify the specific recordrecords which got modified and, so one can run an extraction script to validate and extract it.