what is the necessity to use update strategy?(except for
updates)
Answers were Sorted based on User's Feedback
Answer / gazulas
man!! u can flag the record as insert or reject.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raghav
Following options are available for update strategy :
DD_INSERT : If this is used the Update Strategy flags the row for insertion. Equivalent numeric value of DD_INSERT is 0.
DD_UPDATE : If this is used the Update Strategy flags the row for update. Equivalent numeric value of DD_UPDATE is 1.
DD_DELETE : If this is used the Update Strategy flags the row for deletion. Equivalent numeric value of DD_DELETE is 2.
DD_REJECT : If this is used the Update Strategy flags the row for rejection. Equivalent numeric value of DD_REJECT is 3.
so u can use update strategy for delete, reject or insert.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution
How will u find weather dimension table is big in size of a fact table?
What are the types of schemas we have in data warehouse and what are the difference between them?
What are the guidelines to be followed while using union transformation?
Do you find any difficulty while working with flat files as source and target?
How to delete duplicate records if we have huge volume of records in a table ? (rowid is not the correct approach)
how to find the 5th highest salary form each department using 1.SQL Query 2. Informatica power center designer?
How can i set break points in debugging mode ? can explain steps please?
How to extract sap data using informatica?
Why we select the table which has minimum number of records as Master table in joiner?
In pmcmd command we need to type -p:password. Will it be visible to others who is having access to this file ?
How to create Target definition for flat files?