What is aggregate cache in aggregator transformation?
No Answer is Posted For this Question
Be the First to Post Answer
I've a denormalized table EMP(empno,ename,phone,addr1,addr2,fax,email). Now I want to insert the record into target in the format that, there will be 2 target rows for 1 source record. In target the row needs to be inserted as: ROW1: empno,ename,addr1,phone ROW2: empno,ename,addr2,fax,email And I'm not allowed to normalize transformation. How to achieve?
What is update override?
Write the advantages of partitioning a session?
permutations of mapplet
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
I want expect first and last record remaining all records will be loaded into target? which transformations we can use?
I have scenario, i have 10 worklflows and i want run the 1st workflow first and immediately i want to run 10th workflow has to run and am not bothering of 2 to 9 workflows? can any one help me how to do this? Thanks in advance.....
How does the aggregator transformation handle null values?
followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200
what r the transformations that r not involved in mapplet?
How can i maintain unique surrogate key if 2 seperate workflows from different repository run and insert/update the main table at the same time.
What will happen when Mapping variable and Mapping parameter is not defined or given? Where do you use mapping variable and mapping parameter?