Can we insert and update a target table without using update
strategy transformation?How?

Answers were Sorted based on User's Feedback



Can we insert and update a target table without using update strategy transformation?How?..

Answer / rayudu

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

Can we insert and update a target table without using update strategy transformation?How?..

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

Can we insert and update a target table without using update strategy transformation?How?..

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

Can we insert and update a target table without using update strategy transformation?How?..

Answer / guest

yes,using target override property

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Informatica Interview Questions

Source (Flatfile) - Target (1-1 mapping). How to load first or last 20 record to target?

5 Answers   Flextronics,


What is persistent lookup cache?

0 Answers  


What is diff joiner and lookup

4 Answers   BirlaSoft,


Tell me about Propagate functions in informatica

0 Answers  


How do you remove duplicate records in informatica?

1 Answers  






Plz can anybody send Informatica and Cognos FAQ Plz To thid ID ppradeep_dwh@yahoo.co.in

1 Answers  


What is the difference between informatica 8.x and 9.x

1 Answers   Wipro,


what is the Default Source Option For Update Strategy Transformation?

0 Answers   Informatica,


Can we create a Integration service without a Repository service and vice versa?

0 Answers  


how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?

5 Answers   DELL,


What is the commit type if you have a transaction control transformation in the mapping?

0 Answers   Informatica,


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?

2 Answers   TCS,


Categories