what is shared Cache. when we will use shared Cache?
Answer Posted / rao
shared cache is a one of the lookup caches of a lookup
transformation.
if we choose this option Informatica server creates the
cache memory for multiple lookup transformations in the mapping.
when first lookup transformation function completed then
memory is released and use that memory used by the other
look up transformation.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What does command task mean?
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 are roles and groups and benefits of using them?
Plz can any one say me how to get the informatica certification materials and dumps
Describe an informatica powercenter?
Explain about Informatica server process that how it works relates to mapping variables?
Explain pushdown optimization $pushdownconfig parameter - informatica
Explain what transformation and how many are there in informatica?
what is the -ve test case in your project.
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
Differentiate between joiner and lookup transformation?
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
How to extract sap data using informatica? What is abap? What are idocs?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N