hi, as al you know, we can set the option in session level
as all rows treat as like insert,update etc., And also we
have update strategy for flaging records as insert,update
etc.. then when we will go for above options and what is
the difference.. explain..
Answer / john
Bydefaultly the option in the session properties "Treat
source rows as" is set as Insert.But When we use
Updatestrategy in our mapping, the option in the session
level automatically becomes "Data driven".that means all
the source rows are treated as per the condition you
specified in the updatestrategy transformation.lets say you
have specified as "DD_UPDATE" then integartion service will
treat all the source rows as "UPDATE".
Actually when we use Updatestrategy transformation in
mapping level there is no need of change the settings in
the session level..as i told you earlier the option "Treat
source rows as" is bydefaultly Insert.
But with out using Updatestrategy how wll the Update the
records? or How will you Reject the records? or How will
you Delete the records?
The answer for this Question is...By using the option
called "Treat source rows as"..
so Use this option when you want to update/Reject/Delete
the records with out using the Updatestrategy in mapping
level..
| Is This Answer Correct ? | 9 Yes | 1 No |
Which development components of informatica have the highest usage?
Differentiate between a database and data warehouse?
Explain the different lookup methods used in informatica?
how can we check whether a particular cache is static or dynamic?
what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?
what is work of PUSH DOWN option
In incremental loading using Mapping variable if session failed with any of reason in the middle of process. is the Mapping variable remains constant or change?
how to join the 2 different table with different columns in informatica?
what is the purpose of surrogate key and diff between primary key&surrogate key
What is the use of source qualifier?
What is a connected transformation?
i have a source of n records.i have to load n+5 records to my target.What is the procedure??????plz tell me.....