how to load first record of first time run,second record to 2nd time n 3rd record from 3rd time to target table
Answers were Sorted based on User's Feedback
Answer / dilip ingole
BY USING SQL
WITH DATA AS(SELECT NUM,ROWNUM RN ,COUNT(1)OVER() CNT FROM A)
SELECT NUM,RN FROM DATA WHERE RN=1
UNION
SELECT NUM,RN FROM DATA WHERE RN=CNT;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / triveni
source->sq->sequencegenerato->expression->filter->target
nextval to expressiontransformation
seq(output) decimal 10 nextval
startval=1,endvalue=14,cycle
mapping variable:$$var varible integer 10 o max
intialvalue=0
filter decimal 10
setvariable( $$seq,($$seq+1))
| Is This Answer Correct ? | 1 Yes | 3 No |
What are the differences between source qualifier and joiner transformation?
What are the scheduling options to run a sesion?
what is plsql table?
In Which scenario did u used Incremental loading?
write a query for how to eliminate the duplicate rows without using distinct?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
what is the Default Source Option For Update Strategy Transformation?
yesterday my session run ten min.today its run 30min, wt is the reason? if any issues how to solve that?
How the Informatica Server reads perameter file?
What are the different options used to configure the sequential batches?
what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?
Discuss the advantages & Disadvantages of star & snowflake schema?