when will we go for unconnected lookup transformation in
Informatica?

Answers were Sorted based on User's Feedback



when will we go for unconnected lookup transformation in Informatica?..

Answer / suneelkumar.dasari

If u want to use the same look up T/R more than one time,you should use compulsory Unconnected lookup.A common use for unconnected Lookup transformations is to update slowly changing dimension tables.I know these 2 uses.

Is This Answer Correct ?    15 Yes 0 No

when will we go for unconnected lookup transformation in Informatica?..

Answer / balu

above cases as well as if you want to get single port from
the lookup table then you should go for unconnected lookup
transformation.

Is This Answer Correct ?    7 Yes 0 No

when will we go for unconnected lookup transformation in Informatica?..

Answer / g. manthiramoorthy

1. Calling the same lookup multiple times in one mapping
2. Testing the results of a lookup in an expression
3. Filtering rows based on the lookup results
4. Marking rows for update based on the result of a lookup,
such as updating slowly changing dimension tables

Is This Answer Correct ?    6 Yes 0 No

when will we go for unconnected lookup transformation in Informatica?..

Answer / naresh

If we want to use multiple times in same mapping you can go
for un-connected lookup and It depends on how much data
your processing.

performance wise unconnected lookup is better because its
like reusable one and it will lookup the values only the
condition meet the criteria.

1. It will return only one value
2. It will act as static cache

Is This Answer Correct ?    3 Yes 0 No

when will we go for unconnected lookup transformation in Informatica?..

Answer / kamesh

The main advantage of using an unconnected lookup is the fact that you can use it in an expression/any other transformation like a “function” in other programming languages. The Lookup Cache is calculated only once as part of the session initialization and hence more efficient, since all subsequent look-ups will re-use the Cache.

Is This Answer Correct ?    1 Yes 0 No

when will we go for unconnected lookup transformation in Informatica?..

Answer / nag

To retrieve the data dynamically. And it is used for other
transformations in the same mapping.

Is This Answer Correct ?    1 Yes 12 No

Post New Answer

More Informatica Interview Questions

What is meant by active and passive transformation?

0 Answers  


Is LOAD MANAGER AND LOAD BALANCER same in informatica?

1 Answers   KPIT,


if i am having 10 records in source, i want 20 records in target...how will you do it

13 Answers   BirlaSoft, IBM,


How do you recover rows from a failed session

1 Answers  


in which situations do u go for scds ?

3 Answers   TCS,






I have a file with data comming as 1,x1,x2,x3 2,a1,a2 3,b1,b2,b3,b4 1,y1,y2,y3 2,c1,c2,c3 3,d1,d2 my out put should be as follows x1,x2,x3,a1,a2,<null>,b1,b2,b3,b4 y1,y2,y3,c1,c2,c3,d1,d2,<null> Please let me know how can we acheive this in informatica Thanks in advance

4 Answers  


How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...

3 Answers   Cap Gemini,


Differentiate between joiner and lookup transformation?

0 Answers  


what is the architecture of any Data warehousing project?

5 Answers   IBM,


Whatis the difference between View and Materialized View ?

11 Answers   Satyam, Syntel,


what is the difference between Informatica7.1 & informatica 8.1

4 Answers  


How do you handle two sessions in Informatica

0 Answers   Informatica,


Categories