What is the meaning of up gradation of repository?
No Answer is Posted For this Question
Be the First to Post Answer
Name 4 output files that informatica server creates during session running?
Differentiate between reusable transformation and mapplet.
star and snowflake schema?
How many ways are there to do 'remove duplicate records in informatica'?
in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
Can you use one mapping to populate two tables in different schemas
what is the max/min size allocated for caches.whether index or datacache in any of the transformations like Joiner or Aggregator.bcoz it is set to Auto by default which means we need not to allocate no of bytes or MB.so what is the use of these properties.please let me know about the caches. Thnaks in advance Sai Ram
What are active and passive transformations?
How would you copy the content of one repository to another repository?
How to improve the session performance in informatica?
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?