Explain informatica architecture - version 8 / 9
No Answer is Posted For this Question
Be the First to Post Answer
How to generate sequence numbers?
Do joiner transformation use cache? If so describe?
Hi, This is Ranadheer. How to load fact tables using dimeension tables. Please anyone give me a answer with example. Thanks in Advance.
Which development components of informatica have the highest usage?
Clarify the utilization of aggregator cache record?
Where do you create/define mapping parameter and mapping variable?
what r d pre-requiste for update strategy transformation, and differnce between delete n truncate in target session properties for update strategy
What is powercenter on grid?
hw to load this give the mapping? cty state o/p c1 s1 c1 c1 s2 s1 c1 s1 c1 c2 s3 s2 c3 s4 c1 c3 s2 s1 c2 s3 c3 s4 c3 s2 2 columns should be loaded to one column in target table?
Filter transformation in the condition one of the data is NULL would the record be dropped.
i having source, router transformation, two targets in my mapping... i given two conditions in router 1)sal >500 2)sal < 5000 --------------- my source is havig two sal records (1)1000 (2)2000 then which target will load first? will both targets are get load or single target only get load...... why?
i have source file data empno,ename,sal 100,ram,1000 200,tyu,2000 300,gh,3000 out put as e empno,ename,sal 100,ram,null 200,tyu,1000 300,gh,2000 how to load it?