how we can do session partition in informatica any one explain
me clearly?
thanks advance.
Answer / raghu
partion points make the boundaries btn threads
in a pipe line.the integration service redistributes the data
at partion points.we can increase the partion points and
increase the session performance.
| Is This Answer Correct ? | 3 Yes | 1 No |
In Joiner Transformation, how to identify the master and detail tables if one is from Oracle and the other is from Sybase.
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
i have a source of n records.i have to load n+5 records to my target.What is the procedure??????plz tell me.....
Hi, This is Lakshmi,Anyone taking classes for datawarehouse-Informatica and BO with real time project
What is a sequence generator transformation?
write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500
How to implement security measures using repository manager?
How can we join the tables if they don't have primary and foreign key relationship and no matching port?
Design a mapping to load the cumulative sum of salaries of employees into target table?
Define mapping and session?
What is the default source option for update stratgey transformation?
my table contain duplicate Records i wanna load uniq records to my table . i have to pass the uniq records through filter t/r how?