what is update strategy transformation ?
Answers were Sorted based on User's Feedback
Answer / jagadish
update strategy transformation is used to perform DML
operations for the already data populated targets.
by default informatica server will treat source row as
INSERT.if you use update strategy transformation in your
mapping the informatica server will treat source row as
DATA DRIVEN.so the datas transferd to a target that even
populated with some data can be inserted,updated,rejected
and deleted.based upon the functions like
dd_insert,dd_update,dd_reject,dd_delete you define in the
update strategy transformation.
| Is This Answer Correct ? | 41 Yes | 3 No |
Answer / geetha
Updatestartegy used to define Transaction control
Informatica default transaction Insert
Using updatestartegy we can define
(1) Dd_insert
(2) Dd_update
(3) Dd_delete
(4) Dd_reject
| Is This Answer Correct ? | 36 Yes | 9 No |
Answer / soujanya
used to perform dml operations such as insert update delete
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / swetha
This transformation is used to maintain the history data or
just most recent changes in to target table.
| Is This Answer Correct ? | 26 Yes | 18 No |
Answer / obulreddy.b
IT IS A TRANSFORMATION WHICH IS USED TO PERFORM DML
OPERATIONS ON ALREADY DATA POPULATED TARGETS.
GENERALLY INFORMATICA SERVER WILL TREAT SOURCE ROWS AS
INSERT. IF WE USE UPDATE STRATOGY TRANSFORMATION WE HAVE TO
SELECT TREAT SOURCE ROWS AS DATADRIVEN IN SESSION
PROPERTIES, NOW INFORMATICA SERVER DRIVES THE DATA AS PER
UPDATE STRATOGY VALUE.
WE HAVE TO SELECT UPDATE STRATOGY VALUE BASED ON OUR
REQUIREMENT.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / usha
This Transformation is used to perform DML operation for
the already data populated target.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / saribalareddy
Whenever you create the target table whether you are store the historical data or current transaction data in to target table.
| Is This Answer Correct ? | 1 Yes | 2 No |
What are the types of maping in Getting Started Wizard?
in performance wise union is past,union all is past
how to convert the .doc docs into .txt format using informatica
without dynamic lookup how to insert new rows and update existing rows?
What is a Shortcut and What is the difference between a Shortcut and a Reusable Transformation?
By using joiner t/r we can join only 2 tables, SO if want join more than 2 flat files ,How can i join?
when load type is selected as bulk or normal in session level ?let me know the internal process and give me an example?
what are the transformations that restricts the partitioning of sessions?
If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?
Explain the pipeline partition with real time example?
What are the static cache and dynamic cache in informatica?
I have 2records in target table and this record is deleted in source. Now if I run mapping twice how many records do target will have, source having 10records. Same with incrementally. Please answer me ASAP.