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

Answers were Sorted based on User's Feedback



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

Answer / sehaj

DUPLICATE DATA CANOT B INSERTED USIN DYNAMIC LOOK UP
CACHE..BCOZ DYNAMIC LOOK UP CACHE PERFORMS ONLY UPDATE N
INSERT FUNCTION BASED ON THE KEYS IT GETS IN THE TARGET
TABLE N LOOK UP TABLE...

Is This Answer Correct ?    11 Yes 2 No

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

Answer / ankur saini er.ankur861@gmail.

we use dynamic lookups in case we have duplicates in source
and source says that they cnt remove them as per
requirement ...in that case we have to settle for:
say we have a reocrd id=1 , name=a
id=1 , name=b
so depending upon the PI id this is a duplicate so using
dynamic lookup when firts record comes the lookup cache
will have id=1 , name=a
again will duplkicate row will come then it gets updated to
id=1 , name=b
so finally only last record from the quplicates will be
lloaded in the target

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Informatica Interview Questions

How do you remove duplicate records in informatica? And how many ways are there to do it?

0 Answers  


Limitation of REPLACESTR. Is there any character limitation to it.

1 Answers   CTS,


How would you copy the content of one repository to another repository?

0 Answers  


a flat file having 1 laks records. if i want convert excel file what happen. (bcz a exccel sheet having 65536 colums but flat files one lak columns). how to get one laks colums in excel sheet .

2 Answers   TCS,


What is dynamic cache?

0 Answers  






Why we use partitioning the session in informatica?

2 Answers  


What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?

0 Answers  


What is confirmed dimension?

3 Answers  


How to load last n records of file into target table - informatica

0 Answers   Informatica,


What are the different versions of informatica?

0 Answers  


if i have records like these (source table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk 10001 gfhgdgh 10002 hjkdghkfh the target table should be like these by using expression tranformation. (Target table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk xx001 gfhgdgh xx002 hjkdghkfh (that means duplicated records should contain XX in there rowid)

5 Answers   iFlex,


how to use incremental load?

2 Answers   TCS,


Categories