What is an incremental loading? in which situations we will
use incremental loading
Answer Posted / jeevan kumar medapati
incremental loading means :: after completion of full load
we have to load new records only in to the tables this
process is called incremental load or delta load,
to perform incremental loading we are using LAST UPDATE
DATE>=ETL LAST RUN DATE method.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you convert single row from source into three rows into target?
What is difference between a gateway node and worker node?
How to extract sap data using informatica?
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
On which transformations you created partitions in your project?
Make a note of the quantity vaults made in informatica?
How do you update the records with or without using update strategy?
Enlist the tasks for which source qualifier transformation is used.
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
what is the complex transformation you used in informatica
What is the cumulative sum and moving sum?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Mention few power centre client applications with their basic purpose?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
Explain the different lookup methods used in informatica?