Can we insert ,update ,delete in target tables with one
update strategy tran.?
Answers were Sorted based on User's Feedback
Answer / manojkumar
Yes we can do all these insert,update,delete also reject by
using single update strategy.
In update strategy write the code like this
iif(somexvalue=xx,dd_insert,iif(somexvalue=yy,dd_update,iif
(somexvalue=zz,dd_delete,dd_reject)))
| Is This Answer Correct ? | 12 Yes | 2 No |
How do we implement materialized view?when to use materialized view?
How big was your fact table
can we use cartesian join in informatica
Session S1, S2, and S3. In the session S3 I want to load every Saturday. How it is possible?
What is a standalone command task?
Design time, run time. If you don't create parameter what will happen
How can you join 3 tables? Why cant you use a single Joiner to join 3 tables.
daily how much amount of data send to production?
without table how to come first record only in oracle?
Define mapping and session?
What are the tasks that Loadmanger process will do?
if i have one mapping and we already tuned that mapping for performance,everything is fine and loading will take 1 hr,so without doing any change in mapping how could we reduce the loading time from 1hr to 1/2 hr.