How could we generate the sequence of key values without
using sequence generator transformation in the target ??
Answers were Sorted based on User's Feedback
Answer / priyank
one varibale port.
Var_port=IIF(Var_port=0,1,Var_port+1)
Out_port=Var_port
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / nagaraj
hi, kalyan
can u write that query in sql override.
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the performance considerations when working with aggregator transformation?
permutations of mapplet
Can anyone tell me the new features in Informatica 9 Version?
I want skip first 5 rows to load in to target? what will be the logic at session level ??
One source and 3 targets 1st row-1st target 2nd row-2nd target 3rd row-3rd target 4th row-1ist target how will u do?
Do joiner transformation use cache? If so describe?
Write the unconnected lookup syntax and how to return more than one column.
major difference between normal loading and bulk loading?
how do the project develops? pls specify right from the start to end in step by steps.
There are 4 flat files with number of records as indicated below. Which files should be picked first for joining using joiners so as to get best performance. File A - 1000 records File B - 100 records File c - 10000 records File D - 10 records Please explain. Thanks and Regards,
What are the mapping paramaters and mapping variables?
following scenario empsal table i want who exist one lakshs sal above monthwise? ` empsal empid monthyear sal 1 jan2008 1000 2 march2009 50000 3 april2009 4000 4 feb2009 100000 5 jul2009 600000 6 dec 2008 90000