What is main use of mapplet?
No Answer is Posted For this Question
Be the First to Post Answer
Diffrence between static and dynamic cache
what is the gap analysis?
How to load duplicate records in to a target table which has a primary key?
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 ?
I've a denormalized table EMP(empno,ename,phone,addr1,addr2,fax,email). Now I want to insert the record into target in the format that, there will be 2 target rows for 1 source record. In target the row needs to be inserted as: ROW1: empno,ename,addr1,phone ROW2: empno,ename,addr2,fax,email And I'm not allowed to normalize transformation. How to achieve?
what are the output files that the informatica server creats during running a session?
Why union transformation is an active transformation?
What's the layout of parameter file (what does a parameter file contain?)?
Explian the connected and unconnected lookup transformation
How do you convert single row from source into three rows into target?
performance wise which one is better in joiner and lookup transformation?why?explain clearly?
How can i send first half of the records to one target and Remaining to other target?