Change Apply stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mouniV
Participant
Posts: 9
Joined: Thu Jan 05, 2012 3:14 am

Change Apply stage

Post by mouniV »

Hi,

This question is regarding change apply stage. As I know change apply stage uses before data set and the difference data set (obtained from change capture stage) and generates after dataset.

If change capture stage already have the after data set to use to generate the difference dataset, why do we need to use this change apply stage again.

Can you pls brief any scenario where this change apply stage is required?

Thanks,
Mounika v
Mounika V
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Good question..

Change apply stage would be needed when you are working with datasets rather than databases (@ target). For database targets, you can directly apply the changes by using SQLs (inserts/updates/deletes).

Other uses may be
-> Just to reconcile ;)
-> In some scenarios, you may just capture inserts (or edits) from after dataset & want to apply to before dataset
Kandy
_________________
Try and Try again…You will succeed atlast!!
mouniV
Participant
Posts: 9
Joined: Thu Jan 05, 2012 3:14 am

Post by mouniV »

kandyshandy wrote:Good question..

Change apply stage would be needed when you are working with datasets rather than databases (@ target). For database targets, you can directly apply the changes by using SQLs (inserts/updates/deletes).

Other uses may be
-> Just to reconcile ;)
-> In some scenarios, you may just capture inserts (or edits) from after dataset & want to apply to before dataset

Thanks Kandy!! Got it..
Mounika V
Post Reply