Design a mapping to load the cumulative sum of salaries of employees into target table?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Differences between static cache and dynamic cache?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
What are the different components of powercenter?
How can i set break points in debugging mode ? can explain steps please?
What is the actual work done in Development and in the production depts in building a datawarehouse. Which dept is more interesting and career oriented .
Explain sessions?
Explain factlessfact table with scenario
Which kind of index is preferred in DWH?
How to recover sessions in concurrent batches?
Can anyone give some input on "Additional Concurrent Pipelines for Lookup Cache Creation" ? I know that this property is used to build caches in a mapping concurently. But which values should I set into this ( i.e. 1 or 2 or 3 or something else ) for concurrent cache building ?
What is Performance tuning in Informatica?
Hi , Please help how to achieve the following scenario. I have a source table like this. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU I need the data in the target table like below. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU 4 Rajesh 5th SKU The Last row values we have.. and we have to append this last row in the target table. Thanks and Regards Nataraj V