What you know about transaction control transformation?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?
What are the performance considerations when working with aggregator transformation?
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000
What is event and what are the tasks related to it?
explain abt union t/r?
what is update strategy transformation ?
how may sources can be used in a mapping at a time?(limit)
Explain the use of aggregator cache file?
what is incremental data aggregation?
How can we use mapping variables in informatica? Where do we use them?
can you use flat file for repository?why?