Can we insert and update a target table without using update
strategy transformation?How?
Answers were Sorted based on User's Feedback
Yes By default if we wont use update stratagey t/r it will
insert the record by default .And if we want to update
without using update stratagey give the property UPDATE for
TreatSource rows at session level and in target properties
give updateas Update so that we can update without using UPD
T/r.
Regards,
rayudu.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sreedhar lokaray
Yes you can insert or update a table without using update
strategy. In the Mapping tab of the Session property go to
Target properties and check the attribute value Insert to
insert or check Update as Update to update.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
how we can add header and footer to flat files?
2 Answers Tech Mahindra, Zensar,
What are limitations of joiner transformation?
How many ways a relational source definition can be updated and what are they?
In Which scenario did u used Incremental loading?
how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed information.
What are active transformations.
Explain about Informatica server process that how it works relates to mapping variables?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
What do you mean by channel change?
Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?
Write the unconnected lookup syntax and how to return more than one column.
What are the prerequisite tasks to achieve the session partition?