How can u insert o ne row in the target if that row does not
exists in the target and update if it exists

Answers were Sorted based on User's Feedback



How can u insert o ne row in the target if that row does not exists in the target and update if it ..

Answer / sudhar

Use the session properties,
In Target Properties use options
Insert
update else Insert
Check boxes.

Is This Answer Correct ?    15 Yes 1 No

How can u insert o ne row in the target if that row does not exists in the target and update if it ..

Answer / sujana

by using scd type2 v can do dis

Is This Answer Correct ?    9 Yes 3 No

How can u insert o ne row in the target if that row does not exists in the target and update if it ..

Answer / abhinav

By using an UPDATE STARTEGY transformation.

DD_UPDATE = If the record alreadye exists

DD_INSERT = If the record is a new one

Is This Answer Correct ?    4 Yes 2 No

How can u insert o ne row in the target if that row does not exists in the target and update if it ..

Answer / suresh

scd type 2

Is This Answer Correct ?    1 Yes 0 No

How can u insert o ne row in the target if that row does not exists in the target and update if it ..

Answer / sailu

Do look up on the target with the key values. Check if the
look up is null or not. If look up value is null insert it
and if look up value is not null update it using update
strategy transformation with DD_UPDATE

Is This Answer Correct ?    1 Yes 0 No

How can u insert o ne row in the target if that row does not exists in the target and update if it ..

Answer / chandrasekar

Hi Sudhar,

Please check your answer it is not working....

We can use the SCD type 1 only get the new row as insert
into target and updated record as update into target.

If it wrong means please mail me.. chandranmca2007@gmail.co

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?

5 Answers   iNautix,


how to identify new and old values in source qualifier or any other transformations using informatica

2 Answers  


i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you do?

8 Answers   iNautix,


enterprise datawarehouse your project phase by phase explain?

1 Answers   Cap Gemini,


Please explain in detail with example about 1.Confirmed Dimension. 2.Junk Dimension. 3.Degenerated Dimension. 4.Slowly changing Dimensions

4 Answers   IBM, Infotech,


.prm wirh repalce .txt is possible?

2 Answers  


What are mapplets? How is it different from a Reusable Transformation?

0 Answers   Informatica,


If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.

6 Answers   Accenture,


Suppose in the next version of Informatica, RTR Xn is excluded. Then how will u route data to different tgts?

2 Answers   Deloitte,


What is a data modeling?

2 Answers  


Filter condition at workflow level & filter condition at mapping level . Which will get preference or which will work.

2 Answers  


what is diff b/t sorter t/r and agg have the option sorter property...

0 Answers  


Categories