when will we go for unconnected lookup transformation in
Informatica?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
What is the status code in stored procedure transformation?
what is the difference between Informatica7.1 & informatica 8.1
What happens when a session fails and you click on recover?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
what is semi-additive fact?where did u used?
what is the size of ur database(like oracle)
Whats there in global repository
What is the use of transformation?
What are the types of maping in Getting Started Wizard?
What are the main features of Oracle 8i with context to datawarehouse?
write sql query following table quarter sales q1 1000 q1 2000 q1 3000 q1 4000 q2 5000 q2 6000 q2 7000 q2 8000 q3 1000 q3 2000 q3 3000 q3 4000 q4 5000 q4 6000 q4 7000 q4 8000 i want the output format like q1 q2 q3 q4 1000 5000 1000 5000 2000 6000 2000 6000 3000 7000 3000 7000 4000 8000 4000 8000
In dimension and fact table? which one holds big data?