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 |
Define maping and sessions?
Source having one lakh record and loaded into target. Then, how can i compare records will loaded in table? For example Source having Firstname,Lastname. the same Firstname,Lastname record will be loaded into Target? How can i check in Oracle?
Can you use the maping parameters or variables created in one maping into any other reusable transformation?
How to generate a single mapping for both the historical and incremental load.
How to display last 5 records in a table ? With out Top key word and doing order by desc Advance thanks
What is a joiner transformation and why it is an active one?
What is the use of source qualifier?
Mapping variables, parameters syntax, if you create mapping variables and parameters in mapplet can you use them in the mapping?
Can we update the data in flat file using update strategy?
How to import oracle sequence into Informatica?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
i have different sources in different databases ,that sources may be 100 tables i want to load these tables in to single target how to pearform the task