when will we go for unconnected lookup transformation in
Informatica?
Answer Posted / 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 |
Post New Answer View All Answers
What are the various types of transformation?
What is standalone command task?
What is difference between a gateway node and worker node?
How to do unit testing in informatica?
explan ur project architecture?
What is the difference between writing a joiner query in ANSI style and THETA style?
design of staging area?
What is meant by lookup transformation?
Which is the t/r that builts only single cache memory?
What are the different types of olap? Give an example?
Explain constraint based loading in informatica
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
Describe data concatenation?
Explain target update override in informatica
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks