InterviewSolution
| 1. |
How Can We Update A Record In Target Table Without Using Update Strategy? |
|
Answer» A target table can be updated without using 'Update Strategy'. For this, we need to define the key in the target table in Informatica LEVEL and then we need to CONNECT the key and the field we WANT to update in the mapping Target. In the session level, we should set the target property as "Update as Update" and check the "Update" check-box. A target table can be updated without using 'Update Strategy'. For this, we need to define the key in the target table in Informatica level and then we need to connect the key and the field we want to update in the mapping Target. In the session level, we should set the target property as "Update as Update" and check the "Update" check-box. |
|