What is a delete flag in Informatica and why is it used?

Showing Answers 1 - 3 of 3 Answers

Gourav Mukhija

  • Sep 7th, 2011
 

Flag are mostly use in Update Strategy Transformation.

there are four flag which are manly used
1) INSERT (dd_insert or 0)
2) UPDATE (dd_update or 1)
3) DELETE (dd_delete or 2)
4) REJECT (dd_reject or 3)

Delete Flag is used to delete record from the target schema when flag condition given in update strategy transformation is find true.

it is seen that flag return binary value which is either true or false.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions