How do you change parameter when you move it from development to production.
What are the steps involved in the migration from older version to newer version of Informatica Server?
I have the input file as col1 col2 col3 3 2 1 7 6 8 I should get the output as col1 col2 col3 1 2 3 6 7 8 ....What is the logic to get this? Is there any transformation which sorts row wise ? If not how to sort the incoming records row wise?
What is the benefit of session partitioning?
HI Experts, What is BULK mode and NORMAL mode, Which one gives better performance. How? Please Explain with an example...! It will help's me a lot. Thanks In advance.
design of staging area?
How can you define user defied event?
Dovelopment work (mapings,workflows)and unit testing also done in informatica ,then wt we do ? pls give me detail?
How to generate sequence numbers without using the sequence generator transformation?
what is upstream and downstream transformation?
when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure to achieve by using lookup?/
what are factless facts? And in which scenario will you use such kinds of fact tables.
How do schedule a workflow in Informatica thrice in a day? Like run the workflow at 3am, 5am and 4pm?