In update strategy t/r we had given dd_insert condition
& in session we gave delete condition .
Then what will happen? mapping will run ?

Answers were Sorted based on User's Feedback



In update strategy t/r we had given dd_insert condition & in session we gave delete condition ...

Answer / abhishek kumar

mapping run .it will take delete condition.

Is This Answer Correct ?    9 Yes 1 No

In update strategy t/r we had given dd_insert condition & in session we gave delete condition ...

Answer / tarun

Mapping will run, but it will not do anything as the
records passing through the Update Strategy Transformation
are marked for insetion but in target we are not selecting
insert. So, There will be nothing in target success rows..

Is This Answer Correct ?    3 Yes 3 No

In update strategy t/r we had given dd_insert condition & in session we gave delete condition ...

Answer / aswin

its all depending on "treat source rows as" option in session level..if we have "data driven" option selected, the Integration service look for update strategy options (DD_INSERT, DD_UPDATE, DD_REJECT, DD_DELETE)

in the above question if DD_INSERT given in UPD and delete is choosen in target property and "Data driven" option is selected then - integration service will reject the row since all rows marked for insert in the mapping level

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

What are the databases that informatica can connect to windows?

1 Answers  


guys which is the best institute in banglore to learn informatica??

2 Answers  


 Informatica Checkpoints

1 Answers   DELL,


What are the types of maping in Getting Started Wizard?

1 Answers  


What are multi-group transformations?

1 Answers   Informatica,


What is rank index in rank transformation?

1 Answers  


Explain how to import oracle sequence into informatica?

1 Answers  


how to load dimension table and fact table. plz tell me the steps.

1 Answers   Cognizant, IBM,


What are the modules in Power Center

1 Answers  


what is the size of your data warehousing?

1 Answers   IBM,


what is incremantal aggregation?

1 Answers  


hi all, i have 1 flat file having 10 rows. like:- id name amt 100 a 100 200 b 200 100 n 300 400 p 3000 100 a 100 600 x 6000 Now i want to load half of this data into one flat file and remaining in other flat file.like :- flat file 1 id name amt 100 a 100 200 b 200 100 n 300 ---------------------- ---------------------- flat file 2 id name amt 400 p 3000 100 a 100 600 x 6000 Plz reply me ASAP.

10 Answers  


Categories