what is the necessity to use update strategy?(except for
updates)
Answer Posted / raghav
Following options are available for update strategy :
DD_INSERT : If this is used the Update Strategy flags the row for insertion. Equivalent numeric value of DD_INSERT is 0.
DD_UPDATE : If this is used the Update Strategy flags the row for update. Equivalent numeric value of DD_UPDATE is 1.
DD_DELETE : If this is used the Update Strategy flags the row for deletion. Equivalent numeric value of DD_DELETE is 2.
DD_REJECT : If this is used the Update Strategy flags the row for rejection. Equivalent numeric value of DD_REJECT is 3.
so u can use update strategy for delete, reject or insert.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain lookup transformation in informatica
What is the use of an aggregator cache file?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
What is the use of code page?
While migrating the data from one environment to another environment how would you manage the connections?
In informatics server which files are created during the session rums?
Explain incremental aggregation in informatica
what is size of u r database?
Make a note of the quantity vaults made in informatica?
Explain about cumulative Sum or moving sum?
What is the difference between informatica 7.0 and 8.0?
Explain the different lookup methods used in informatica?
What is domain and gateway node?
Name the different lookup cache(s)?
What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?