explain abt ur project architecture?
No Answer is Posted For this Question
Be the First to Post Answer
my source having the records like ram 3 sam 5 tom 8 and i want to load into target like ram record 3 times,sam record 5 times, tom record 8 times
. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null
How can we use mapping variables in informatica? Where do we use them?
what is the use of Java Transformation in Informatica 8.x?
write a query to retrieve the latest records from the table sorted by version(scd)
in informatica,if i have some no.of records,if i want 1st and 10th records..what will be the method to use?
to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggregator. But here we are increasing one more cache in our mapping i.e; sorter. So how can u convince that you are increasing the performance.?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
how did u understand business requirement?
There is a table with emp salary column how to get the fields belongs to the salary greater than the average salary of particular department. Write a query
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
what is diff b/t sorter t/r and agg have the option sorter property...