when we go for unconnected lookup transformation? and why?
Answers were Sorted based on User's Feedback
Answer / harry
When we want to get single return value, and also we can
call this anywhere in the mapping
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / pooja ahmed
1. When we want to get single return value
2. also we can call this anywhere in the mapping
3. when no.of recs are less go for unconn lkp, which improv
t\da performacesa
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / arvind
When we want to get single return value, and also we can
call this anywhere in the mapping
In addition to this it gives u the flexibility to run
lookup for selected source rows which u dont find in
connected lookup
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guduri hari
When we want to get single return value,we can call this
anywhere in the mapping...
> when no.of recs are less go for unconn lkp, which improve
the performancee
unconnect give performance edg
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / suneel reddy
Answers 1:
Depending upon the scenario we use the conn and unconn tr..
for e.g
In u r mapping u require same lkp multiple times, creating
lkp multiple times put it in flow is not a good idea, which
occupies more cache ...
Instead of that create one unconnectes lkp use multiple
times where ever u want , which very fast..
Answers 2:
u can use conn lookup but if u need 1 row so go for unconn
lookup coz u can
use it multiple time in same mapping from multiple
expression trn.
i hope it will help to u
| Is This Answer Correct ? | 0 Yes | 0 No |
write a query row to column follwing source? quarter sales q1 5000 q1 9000 q1 7000 q1 6000 q2 5000 q2 4000 q2 3000 q2 1000 q3 4000 q3 3000 q3 1000 q3 2000 q4 5000 q4 400 i want the output? q1 q2 q3 q4 sales
3 Answers Cognizant, Flextronics,
following table source name gender a1 male a2 female how to change 'male' to 'female' and 'female' to 'male'
followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200
Which transformation should we use to normalize the COBOL and relational sources?
4 Answers DELL, IBM, Lehman Brothers,
What are the different transaction levels available in transaction control transformation?
what is row level and column level indicator?
hi i want to install latest informatica software in my pc..can anybody help me where should i get the infomatica software..plz help me
get me output as if input is like 1 x o/p-->1 x,y,z 1 y 2 a,b 1 z 3 c 2 a 2 b 3 c
Source Qualifier is an active t/r but there is no change of row count then y should we called it active t/r & Router , sorter some times no change in row count then Y we called its active t/r?
What is the Difference between DSS & OLTP?
what is the logic will you implement to load data into a fact table from n dimension tables?
Explain the difference between mapping parameter and mapping variable?