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 |
Source (Flatfile) - Target (1-1 mapping). How to load first or last 20 record to target?
What is persistent lookup cache?
What is diff joiner and lookup
Tell me about Propagate functions in informatica
How do you remove duplicate records in informatica?
Plz can anybody send Informatica and Cognos FAQ Plz To thid ID ppradeep_dwh@yahoo.co.in
What is the difference between informatica 8.x and 9.x
what is the Default Source Option For Update Strategy Transformation?
Can we create a Integration service without a Repository service and vice versa?
how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?
What is the commit type if you have a transaction control transformation in the mapping?
If my source is having 30 million records, so obviously the cache could not be allocated with sufficient memory. What needs to be done in this case?