What do you mean incremental aggregation?
No Answer is Posted For this Question
Be the First to Post Answer
How do you do error handling in Informatica?
difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?
Explain the etl program with few examples.
what is the difference between mapplet & stored procedure?
How can one identify whether mapping is correct or not without connecting session?
How many ways you create ports?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
How can we use batches?
Tell me about informatica architecture.
Define enterprise data warehousing?
Source --------- eno , ename, sal 001,ank,1000 002,behe,2000 003,raj,2500 Target ------- header :DDMMYYYY24MMSS timestamp body: 001,ank,1000 002,behe,2000 003,raj,2500 footer: count(eno),sum(sal) how to implement the same in a FF tgt?