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

On a day, I load 10 rows in my target and on next day if I get 10 more rows to be added to my target out of which 5 are updated rows how can I send them to target? How can I insert and update the record?

6 Answers  


If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks

7 Answers   Puma,


How we can get unique records into one target table and duplicate records into another target table??

11 Answers   Deloitte, IBM, iGate,


how can we update without using update transformation. wt is push down operation in informatica. which lookup gives more tuning performance. if so why.

6 Answers   CTS, Symphony,


What are the different caches used in informatica?

3 Answers   UST,






Explain target update override in informatica

0 Answers   Informatica,


Hi frndz, "while i am going to run the infotmatica power designer,he ask the id and password ",then i enterd the id and passwd , at that time i got the error as " failed to connect repository " ?

3 Answers  


How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?

0 Answers   HP,


scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS

1 Answers  


source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000

6 Answers   CTS, Wipro,


What is confirmed dimension and fact?

7 Answers  


Can we create two repositories on same database instance in oracle?

0 Answers  


Categories