how many new transformations are introduced in 8.1 which are
not available in 7.1?
any new transformation in 8.6?
Answer Posted / amedela chandra sekhar
java t/r
http t/r
sql t/r
chandumba2005@gmai.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the scenario which compels informatica server to reject files?
Parameter and variable differences
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
Explain incremental aggregation in informatica
Suppose we do not group by on any ports of the aggregator what will be the output?
Explain transaction control transformation in informatica
What are the different types of olap? Give an example?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
What is a snowflake schema?
What is workflow? What are the components of the workflow manager?
Whats the difference between informatica powercenter server, repositoryserver and repository?
State the limitations where we cannot use joiner in the mapping pipeline?
can we override a native sql query within informatica? Where do we do it? How do we do it?
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C