If a session fails after loading of 10,000 records in to
the target.How can you load the records from 10001?
Answer Posted / mohit
After running the session once it will load 10000 records
and it will fail afterwards then we can take the minimum
and maximum count of the number of records in the target in
a paramter and we can specify these parameters in the SQl
override of sql qualifier so once again when it will run
the session then it will take those minimum and maximum
values from the parameter and will specify a condition in
the sql overide that dont take any values from min to max
and take rest of the values so in this case the minimum
will be 1 and the maximum will be 10000 so the sql overide
will take the values after 10000 i.e 10001.
select * from employee where value is not in between $$min
and $$max
I think may be this can be a solution
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
what is mean by complex business rule ?
Explain load alternative records / rows into multiple targets - informatica
What is a router transformation?
Define pmcmd command?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
what is song in infrmatica...?
What is a repository? And how to add it in an informatica client?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
Briefly define a session task?
What is domain and gateway node?
what is the -ve test case in your project.
What are different types of transformations available in informatica?
What is a code page?
Which development components of informatica have the highest usage?