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

what is target load plan

2 Answers   Cap Gemini,


If u r using dynamic cache lookup port will be thier in thet which option u will select

1 Answers   HCL,


Suppose we have a csv file with contents as below which is used has a source file. C1,C2,C3,C4 100,200,A B,300 200,400,X,Y,299 ---> it should be 4 values but by mistake 300,600,C D,566 with a comma in between X & Y,its 5. My target takes only 4 columns, How to take care of the 2 record as above without rejecting it and loading in the target. Hope u guys have understood my scenerio

4 Answers   IBM,


How can you validate all mappings in the repository simultaneously?

0 Answers  


What are the different types of code pages available in informatica & how to implement it in your project?

1 Answers   TCS,






sample mappings for scd1,scd2 and scd3

2 Answers   Cognizant,


in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records

0 Answers  


What is rank transformation?

0 Answers  


what is the Default Source Option For Update Strategy Transformation?

0 Answers   Informatica,


Can one use mapping parameter or variables created in one mapping into any other reusable transformation?

0 Answers  


I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)

0 Answers   Saama Tech,


Can any body tell about the (UTC) unit test cases with the examples in informatica.

4 Answers  


Categories