Insert else update option in which situation we will use
Answers were Sorted based on User's Feedback
Answer / mike
as per my knowledge
when we use update strategy transformation we will come
across to use this...insert else update...
let us suppose we have two tables a and b. a is the source
table and b is the target table...let us take b which is
target table contains some matched records with 'a' which
is source table. If source table 'a' is modified and
inserted with some records,here we need to update the
records in the target table...therefore by using the insert
else update option in the session properties of target we
can insert new records and update the existing records
correct me if i was wrong
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / naveen
This option we use when we want to maintain the history.
if records are not availabe in target table then it inserts
the records in to target and records are available in
target table then it updates the records.
Regards,
Naveen
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhavi
if the source table contain multiple records .if the record specified in the associated port to insert into lookup cache. it does not find a record in the lookup cache when it is used find the particular record & change the data in the associated port.
| Is This Answer Correct ? | 0 Yes | 2 No |
Can we use parameters of parameter file in presession command
What are the rank caches?
What is a passive transformation?
how do u fnd the duplicate rows and how to delete the duplicate rows?
Which one is better performance wise connected/un-connected lkp?why?
what are types of dimentions?
Please let me know how to make Data masking in informatica..
in oracle write query yourname+1 from dual
What is exclusive and normal mode for repository services?
Which means the first record should come as last record and last record should come as first record and load into the target file?
If no. of source columns is changing every time (First time it is 10 next time it is 20 so on). How to deal with it without changing mapping?
major difference between normal loading and bulk loading?