Is it possible to update the target table with PK?
Answer / vikram
You needs to use PK for updating the Target table along
with the Update Strategy and select Datadriven @ session
level.
| Is This Answer Correct ? | 20 Yes | 2 No |
What is the difference between informatica 8.x and 9.x
How union transformation is active ?
Write the program through which the records can be updated?
Define enterprise data warehousing?
How to display First letter of Names in Caps?
Please create a mapping where I have source which has one column with name like Aman_Gupta Rakesh_Mehra Sachin_More I want the target field should contain the name in reverse order i.e Gupta_Aman Mehra_Rakesh More_Sachin. Can you please tell me what transformation would be needed to do this.
I have a source either file or db table Eno ename sal dept 101 sri 100 1 102 seeta 200 2 103 lax 300 3 104 ravam 76 1 105 soorp 120 2 Want to run a session 3 times. First time: it should populate dept 1 Second time: dept 2 only Third time: dept 3 only How can we do this?
What are the components of workflow manager?
Howmany ways yoU can update a relational source defintion and what are they?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
What are the associated ports in look up T/R.
In router source is a boy age 20 I given 3 conditions in router a>20, a<=20, a=20 which one exit first?