How will you update the row without using update statergy?

Answers were Sorted based on User's Feedback



How will you update the row without using update statergy?..

Answer / bobby

I think in the session Properties, we can update or insert
the record with out using update strategy in the mapping.
I think it works. If i am wrong let me know

Is This Answer Correct ?    22 Yes 0 No

How will you update the row without using update statergy?..

Answer / sweta kedia

In target,there is a update override option of updating the
records using the non-key columns. Using this one wecan
update the records without using update strategy t/r

Is This Answer Correct ?    10 Yes 0 No

How will you update the row without using update statergy?..

Answer / g. manthiramoorthy

You can set the property at session level
"TREAT SOURCE ROWS AS: "Update"

Is This Answer Correct ?    8 Yes 0 No

How will you update the row without using update statergy?..

Answer / prasad

In target

there is a update override option is there using this one we
can update the records without using update strategy t/r

Is This Answer Correct ?    6 Yes 1 No

How will you update the row without using update statergy?..

Answer / ganesh

1) If the target table doesn't have primary key, then using
update override we can update the records.

2) If target table have primary key, then we have option
called update else insert in session properties. Based upon
that we will update the records.

Is This Answer Correct ?    4 Yes 0 No

How will you update the row without using update statergy?..

Answer / har

i guess dynamic look up cache

Is This Answer Correct ?    3 Yes 4 No

How will you update the row without using update statergy?..

Answer / shiv

you can set the property at session level TREAT SOURCE ROWS
AS 'DATA DRIVEN'. BECOUSE WE CAN SET UPDATE AT MAPPING
LEVEL AND SESSION LEVEL.

Is This Answer Correct ?    3 Yes 5 No

How will you update the row without using update statergy?..

Answer / balaji

Hi,
Yes. Following above answers.,
We have to keep the checkmark for Update and also needs to
keep Load source as "Data Driven". Moreover, we need to also
take care that target updating table is getting updated
based on one or more Key value in it.

Thanks,
S Balaji.

Is This Answer Correct ?    0 Yes 5 No

How will you update the row without using update statergy?..

Answer / sushma

you can use SQL transformation

Is This Answer Correct ?    0 Yes 6 No

How will you update the row without using update statergy?..

Answer / radhakrishnansk

i guess procedural transformation.

Is This Answer Correct ?    0 Yes 11 No

Post New Answer

More Informatica Interview Questions

Can anyone please help me out,In which transformations records will be rejected and how capture those records?and How to reload the rejected records?

3 Answers   Syntel,


How to do unit testing in informatica?

0 Answers  


What are the different lookup cache(s)?

0 Answers  


how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z

3 Answers   CTS,


What is the Rankindex in Ranktransformation?

7 Answers  






What is the difference between IN and Exists in Oracle?

3 Answers   Deloitte,


2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?

2 Answers   TCS,


lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?

5 Answers   IBM,


i have source like this ID 1 2 3 4 sal 1000 2000 3000 4000 and how to load target like this o_sal 1000 3000 6000 10000 can you plz give a sol using informatica

5 Answers   Cap Gemini,


How can we get multiple output values using an unconnected lookup transformation?

2 Answers   TCS,


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

0 Answers  


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,


Categories