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
Answer / abhishek kumar
mapping run .it will take delete condition.
| Is This Answer Correct ? | 9 Yes | 1 No |
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 |
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 |
What is the functionality of update strategy?
without using emailtask how will send a mail from informatica?
Mapping variables, parameters syntax, if you create mapping variables and parameters in mapplet can you use them in the mapping?
where actually the usage of push down optimization happens...
What are the circumstances that infromatica server results an unreciverable session?
What is difference between Mapplet and reusable transformation?
What are your source in project and how you import in informatica? How can i explain abt this?
1 Answers Accenture, Unisoft Infotech,
When do you use sql override in a lookup transformation?
Explain what are the different versions of informatica?
how to get max value record into one target and remaining records into another target?
Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance
SOURCE 1 a 1 b 1 c 2 a 2 b 2 c TARGET 1 A B C 2 A B C In oracle & informatica level how to achieve