Can we insert and update a target table without using update
strategy transformation?How?
Answer Posted / kajal mishra
Yes we can update records in informatica without update strategy .
During session configuration, you can select a single database operation for all rows using the Treat Source Rows as setting from the ‘Properties’ tab of the session.
Insert :- Treat all rows as inserts.
Delete :- Treat all rows as deletes.
Update :- Treat all rows as updates.
Data Driven :- Integration Service follows instructions coded into Update Strategy flag rows for insert, delete, update, or reject..
In case we set treat rows as update , we can set more option for individual target tables.
I found a good asrticle on http://tutorialcorner.com/2016/03/update-without-update-strategy-in-informatica/
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is transformation?
tell me 5 session failure in real time how can you solve that in your project?
What could be the possible resons of locks by user?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
What is a joiner transformation?
What is data transformation manager process?
Differentiate between reusable transformation and mapplet.
Explain the different dimensions.
What is the difference between STOP and ABORT options in Workflow Monitor?
What is the benefit of session partitioning?
What are mapplets? How is it different from a Reusable Transformation?
Differentiate between Load Manager and DTM?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
What is aggregate cache in aggregator transformation?
What is the command used to run a batch?