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

Explain the use of aggregator cache file?

0 Answers  


how we do performence tuning in informatica

3 Answers  


The question was on time stamp. what is the difference between HH and HH24 when to use when.

0 Answers   Nationwide,


What is the difference between lookup override and souce qualifier override ?

2 Answers   Puma,


What is the difference between sequential batch and concurrent batch and which is recommended and why?

1 Answers  






Difference Between ETL & ELT?

1 Answers   TCS,


Can we use different lookup tranformations for a same lookup table (lookup condition may or may not be same)with different output ports? How the cache files will be affected? Please clarify..

1 Answers  


What is incremental aggregation?

0 Answers  


State the limitations where we cannot use joiner in the mapping pipeline?

0 Answers  


Can we have a Mapping without a Source Qualifier?

14 Answers   Deloitte,


which one is better either active or passive transformation in informatica

1 Answers  


I want expect first and last record remaining all records will be loaded into target? which transformations we can use?

6 Answers   Cap Gemini, CTS,


Categories