Page 1 of 1

Implementation of Change Capture

Posted: Wed Apr 22, 2015 3:41 pm
by harikhk
Hi,

I have few queries on Change capture stage.

The documentation of IBM says that change capture is performed between two datasets
Is it mandatory that the change capture should be performed only between datasets?
I have implemented using a dataset and a db2 data source. The number of records are around 30K from each(dataset and db2 source). Is this kind of implementation correct or should I change my job to use two datasets.

Please provide your suggestions

Posted: Wed Apr 22, 2015 4:09 pm
by Mike
When the documentation says 2 datasets, it doesn't mean 2 dataset "stages". It is talking about virtual datasets. The link from the DB2 connector stage to the change capture stage represents a virtual dataset.

Mike

Posted: Wed Apr 22, 2015 4:15 pm
by harikhk
Thanks a lot Mike for the clarification.