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 |
following table source name gender a1 male a2 female how to change 'male' to 'female' and 'female' to 'male'
SRC1 -> EXP -> AGGR -> TGT SRC2 -> EXP -> Above is a maaping with two pipeline connected to the taret TGT. Design wise is this design is correct or not ?
I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
Differentiate between a repository server and a powerhouse?
What are the different types of repositories created using informatica?
Explain sql transformation in script mode examples in informatica
how to get max value record into one target and remaining records into another target?
Is it possible to revert a global repository to local one and why?
write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24
Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 records in 2nd target, 201 to 300 records in 3rd target and again 301 to 400 in first target like that as cyclick process. How can i acheive this.
,if we have single SQ in flow and we have router in which it has two group and we want to join these two groups with joiner ?is it possible?