Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


source table have 3 records? and it is sucessfully loaded
into target. and 4more records is added in to source .that
means 7 records now in source. we have to load the
remaining 4 records into the same trgt table with maintian
top 3 records. how ?can any one give me the data flow of
this logic plz?

Answers were Sorted based on User's Feedback



source table have 3 records? and it is sucessfully loaded into target. and 4more records is added ..

Answer / ap

Use the target table as lookup and check for the existance
of the rows from source in the lookup. If the row already
exists then ignore and only pass the new rows to the target.

Is This Answer Correct ?    18 Yes 3 No

source table have 3 records? and it is sucessfully loaded into target. and 4more records is added ..

Answer / vinod

Use Update Strategy Transformation. Identity an unique
field or an unique combination which is the primary key.
Check the primary key field or combination field in Update
stratergy based on which the target is updated. If the key
from the source matches with the target key field, then
these rows not inserted into the target, else it gets
inserted

Correct me if I am wrong

Is This Answer Correct ?    11 Yes 0 No

source table have 3 records? and it is sucessfully loaded into target. and 4more records is added ..

Answer / kishore

Hi this will do by using INCREMENTAL LOADING.
We should delete records on staging area by using presql on
target(staging).
now staging having only new records..

Is This Answer Correct ?    2 Yes 8 No

source table have 3 records? and it is sucessfully loaded into target. and 4more records is added ..

Answer / ora_001

Can we use merge here ?

Is This Answer Correct ?    0 Yes 6 No

source table have 3 records? and it is sucessfully loaded into target. and 4more records is added ..

Answer / ajit

just give truncate table option in session properties of
target table.if you dont want to delete the old records and
load from 4th record onwards then you have to use sequence
generator and filter give key>=4

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More Informatica Interview Questions

what is the mechanism of the Master-Detail joining condition?

6 Answers   IBM, Patni,


When i run workflow first session runs 4 times 5th time 2nd session must run? How can u do?

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,


Which kind of index is preferred in DWH?

3 Answers  


Define maping and sessions?

3 Answers  


Tell me about MD5 functions in informatica

0 Answers  


1.why we need to use unconnected transformation? 2.where we can static chach,dynamic chach

4 Answers   Virtusa,


what is confirmed fact?

2 Answers  


What are the different options available for update strategy?

0 Answers  


Explain the difference between mapping parameter and mapping variable?

0 Answers  


What is the Difference between SetVariable and setmaxvariable in informatica?

1 Answers  


How can you complete unrcoverable sessions?

1 Answers  


Categories