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

suppose we have 1 to 10 records.In router transformation we had given two condition A>= 5 A<=5 then what will be the output?

2 Answers   emc2,


Hello...... How can i set my mapping as read-only? Please answer me. Advance thanks

4 Answers  


Differentiate between sessions and batches?

0 Answers  


without update strategy how to insert &update?

1 Answers   DELL,


what is the use of Data Mart?

5 Answers   IBM,






In SCD type 2 if we had select date range. then suppose we had inserted today's date(eq. date is 30 aug 2010) then start date will be today's date(30 aug 2010) what will be the end date,we cant leave it blank?

2 Answers   Cognizant, emc2,


wf dont have integration severances how you can run?

0 Answers   TCS,


How i can Schdule the Informatica job in "Unix Corn Schduling tool" ?

2 Answers  


scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS

1 Answers  


Hi experts, > I 'm having data like this and it's in flat file. > sno,name,marks,result > 1, ak, 80,p > 2, , ,20,f > 3,jack,55,p > > now in the second row a comma(,) is placed instead of name(char). > > when importing into SQ , in flat file wizard the num of columns increased to 5 instead of 4. > > could you tell me how to over come this issue.........

1 Answers   TCS,


Differentiate between source qualifier and filter transformation?

0 Answers  


WHAT IS FACT TABLES?

2 Answers  


Categories