What are the different ways to implement parallel processing in informatica?
No Answer is Posted For this Question
Be the First to Post Answer
How to convert IBM Cognos generated XML to a readable XML format for ETL tools
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
Explain the use of aggregator cache file?
Can you use one mapping to populate two tables in different schemas
One source and 3 targets 1st row-1st target 2nd row-2nd target 3rd row-3rd target 4th row-1ist target how will u do?
hw cn v elimate dublicate values from lookup without overriding sql?
Is it possible to revert a global repository to local one and why?
How the Informatica Server reads perameter file?
2,if we have 3 pipeline containing 3 targets and each target is connected with diff sequence generator ,let us assume first target is populated with seq no1-9,so what would be the number generated by other two sequence generator?what is the diff in o/p if when we use reusable sequence generator?what would be the diff if we place expression in between target and sequence generator?
How to create a non-reusable instance of reusable transformations?
Any one tell me some 5 session failure in real time?And why problem occur how to solve the issues?
SOURCE NAME SAL GANGA 30000 RAJU 20000 PAVAN 25000 TARGET NAME SAL MAXSAL GANGA 30000 30000 RAJU 20000 30000 PAVAN 25000 30000 in mapping level how to achive that