on a day i load 10 rows in my target and on nextday i get
10 more rows add to my target but out of 5 are update row
how ican send them to target?how i can insert and update
the records

Answers were Sorted based on User's Feedback



on a day i load 10 rows in my target and on nextday i get 10 more rows add to my target but out of..

Answer / rajendra kommineni

WE CAN USE SCD TYPE1
i.e BY USING UPDATE STATERGY

Is This Answer Correct ?    7 Yes 1 No

on a day i load 10 rows in my target and on nextday i get 10 more rows add to my target but out of..

Answer / arpit

For this a SCD type2 mapping has to be created which will handle both update and insert. This mapping will be having 2 target instances i.e. one instance for updating and other is for inserting records. Use router to divide the rows in two groups i.e. update and insert. In the pipeline for update target instance use the update strategy transformation for update.

Is This Answer Correct ?    3 Yes 0 No

on a day i load 10 rows in my target and on nextday i get 10 more rows add to my target but out of..

Answer / jaspreet banga

For This we Have to Use Job Control table(JCT), JCT is used
to select only those records which are provided next day
and then in mapping :---
1.) In source Qualifier write a pre sql query to read only
those record which are provided previous day, ]
2.)In router Route the data for update and insert.
3.) Use 2 update strategies i.e.., one for updating
existing record and other for inserting new one.
(Type-1 SCD) if you dont want to preserve the history.

Is This Answer Correct ?    1 Yes 0 No

on a day i load 10 rows in my target and on nextday i get 10 more rows add to my target but out of..

Answer / abhinaw prakash

We can use Update strateGY TO execute the following scenario

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

what are the best practices to extract data from flat file source which are bigger than 100 mb memory?

0 Answers   Wipro,


how do u get the first record from 50,000 records ?

10 Answers   TCS, UBS,


Explain Dataware house architecture .how data flow from intial to end?

0 Answers   Keane India Ltd,


Explain the aggregator transformation?

0 Answers  


How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")

4 Answers  






I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?

0 Answers  


Which transformation is needed while using the Cobol sources as source definitions?

0 Answers   Informatica,


Define update strategy?

0 Answers  


how may sources can be used in a mapping at a time?(limit)

6 Answers   IBM,


there is a mapping with expression and mapping we create some condition for insert and update and followed by update startegy ,can we update and insert on a single target based on condition?

1 Answers   Emphasis,


yesterday my session run ten min.today its run 30min, wt is the reason? if any issues how to solve that?

2 Answers   iGate,


can anyone explain me about retail domain project in informatica?

0 Answers   Zensar,


Categories