without dynamic lookup transformation how to insert new
rows and update existing rows?

Answers were Sorted based on User's Feedback



without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / jhansi

YES,we can insert new rows and updat existing row
By setting Session level properties
1.Session->properties->TreatSourceRowas Update
2.Session->mapping->target properties->select update else
insert

Is This Answer Correct ?    8 Yes 1 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / sujana

@above

then wat is the use of lukup..if v can load in dis way

Is This Answer Correct ?    5 Yes 1 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / vali

you can use source qualifier transformation to do this.
write join condition ...
the rest of the operation will be same

Is This Answer Correct ?    0 Yes 0 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / sarthak

with SCD Type-1...

it uses normal look-up (not the dynamic look-up)

Is This Answer Correct ?    0 Yes 0 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / sujit

by the use of update strategy T/R we can insert new row and
updae a existing row on the time of T/R

Is This Answer Correct ?    1 Yes 1 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / murali raju

Simple you can take one look up transformation give the
condition as empno=empno1(if it is primary key) and take
update strategy transformation just pass condition as
IIF(empno=empno1,dd_update,dd_insert). in this way we can
insert new records and update old records without keepimg
historical data.

Is This Answer Correct ?    0 Yes 0 No

without dynamic lookup transformation how to insert new rows and update existing rows?..

Answer / bj

With out lookup and update st. transformation we can still
insert new and update data at session level.
in session at the time giving target table connect bottom u
find insert and update just check that box.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Informatica Interview Questions

Howmany ways yoU can update a relational source defintion and what are they?

1 Answers  


What is the difference between procedure and stored procedur?

2 Answers   IBM,


what are the Methods For Creating Reusable Transformations?

0 Answers   Informatica,


What is metadata reporter?

1 Answers   Informatica,


tell me the rules and responsblites in our project(my project is development)

0 Answers  






can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project

0 Answers  


how to improve performence by using sorted input in aggrigator t/r.

2 Answers  


What is the use of an aggregator cache file?

0 Answers  


What are the methods for creating reusable transforamtions?

2 Answers  


my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my target should be eno ename sal 111 sri ram kumar 1000 i.e; we need to eliminate the commas in between the data of a comma delimited file.

5 Answers   IBM,


what is polling?

1 Answers   Informatica,


Dovelopment work (mapings,workflows)and unit testing also done in informatica ,then wt we do ? pls give me detail?

1 Answers  


Categories