we have 20 records in source system, when we run for the 1st
time, it should load only 10 records into the target, when
you run for the second time it should load another 10 record
which are not loaded. How do we do that? Can we write a SQL
query in source qualifier to do it. This q' is asked in one
f the interviews. Please let me know if anyone knows. Thanks

Answer Posted / suresh

SQ ==> select rownum as num,col1,col2,.. from table
FLT ==> num >= MVar1 and num <=MVar2

Mvar1 and MVar2 are assigned with the value of 1 and 10 respectively

in EXP=>V-port - setvariable(mvar1, 10)
V-port - setvariable(mvar1, 20)

after the execution of the mapping 10 and 20 values are stored in the mvar1 and mvar2 into the repository

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the fact table & dimensional table in pharmaceutical and hospotal related products???

1707


is it possible to index the data in cache of lkp transformation ?

1533


What is a repository? And how to add it in an informatica client?

674


What differs when we choose the sorted input for aggregator transformation?

578


what is the hint? how to use it to reduce the query processing in program?

6355






What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

605


what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?

1630


What does command task mean?

620


How to Create a folder using pmrep command?

628


Enlist few areas or real-time situations where informatica is required.

599


Name at least 5 different types of transformations used in mapping design and state the use of each.?

686


What is joiner transformation in informatica?

634


What are the features of complex mapping?

656


What is the Rank index port in Rank transformation?

678


Briefly describe lookup transformation?

607