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 / babu
Hi,
If u r source is Relational,then u can write sqloverride.
i.e
SQ ==> select rownum as num,col1,col2,.. from table
FLT ==> (num >= MVar1 and num <=MVar2)
NOTE: MVar1,MVar2 are mapping variables the initial values
of these variables 1,10 with respectivelly.
after completion of firsst run the variables are increased
11,20 respectivelly.all are knows how to declare the
mapping variables.
IF THERE IS ANY WRONG PLEASE CORRECT ME.
Thanks,
Babu
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
In warehouses how many schemas are there?
What is a repository? And how to add it in an informatica client?
explain about unit testing? in real time?
How to do unit testing in informatica? How to load data in informatica ?
Partition, what happens if the specified key range is shorter and longer
Is it possible to define a single node as a Gateway node as well as worker node?
What is rank transform?
In how many ways we can create ports?
How many dimensions are there in informatica?
Is it possible to use a client with different version than that of its Informatica server?
What is meant by query override?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
explain abt ur project architecture?
How big was your fact table
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project