0% found this document useful (0 votes)
57 views1 page

Lookup Transformation: - Q1. What Is The Difference Between Connected and Non-Connected Lookups?

Connected lookups receive input values directly from the data pipeline, support user-defined default values, and cache all lookup columns used in mapping. Unconnected lookups receive input from another transformation's lookup expression, do not support default values, and cache output ports and the lookup/return port. Static cache cannot be updated while dynamic cache allows inserting rows as data passes to the target.

Uploaded by

sandhya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views1 page

Lookup Transformation: - Q1. What Is The Difference Between Connected and Non-Connected Lookups?

Connected lookups receive input values directly from the data pipeline, support user-defined default values, and cache all lookup columns used in mapping. Unconnected lookups receive input from another transformation's lookup expression, do not support default values, and cache output ports and the lookup/return port. Static cache cannot be updated while dynamic cache allows inserting rows as data passes to the target.

Uploaded by

sandhya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

LOOKUP TRANSFORMATION.

Q1. What is the difference between connected and non-connected


lookups?

Ans. Connected lookup


receives input values directly from the pipe line.
You can use a dynamic or static cache
Cache includes all lookup columns used in the mapping
Support user defined default values

Unconnected lookup
Receives input values from the result of a Lookup expression in another
transformation.
You can use a dynamic or static cache
Cache includes all lookup output ports in the lookup condition and the lookup/return
port.
Does not support user defined default values

Q2.What is static and dynamic cache?


Static cache
You can not inert or update the cache.
The informatica server returns a value from the lookup table opr cache when the
condition is true. When the condition is not true, the
informatica server returns the default value for connected transformations and null
for unconnected transformations.
Dynamic cache
You can insert rows into the cache as u pass To the target the informatica server

You might also like