Explain about Informatica server process that how it works relates to mapping variables?
No Answer is Posted For this Question
Be the First to Post Answer
Implementation methodology
Can anyone tell me the new features in Informatica 9 Version?
What is the difference between Bad file and Reject file? and Where u can see the Reject file? What records stored in Reject file?
what is the difference between informatica6.1 and infomatica7.1
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
When will you use SQL override in a lookup transformation?
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
What is event and what are the tasks related to it?
What are variable ports and list two situations when they can be used?
In a sequential batch can u run the session if previous session fails?
If we have a two tables A & B A contain 10 records,B contain 20 records,what w'll b the o/p if we perform normal join,Master outer join,Detail outer join and Full Outer join how?
source name sal aaaa 2000 bbbb 3000 abcd 5000 Target name sal aaaa 2000 bbbb 3000 abcd 5000 total 10000 how to get total as new row and sum as 10000 thanks