1) Alternative to update strategy transformation
2) out of 1000 records after loading 200 records, the
session got failed. how do u load the rest of records ??
3) use of lookup override
Answer Posted / mike
1)YOu can update the target table by using target update
override. I think this might be the alternative
2)consider performance recovery
3)lookup override is nothing but overriding the default sql
which is generated by the lookup at run time. the default
sql contains select,groupby and orderby clauses. The
orderby clause orders the data based on the ports in lookup
tab. If you want to change the order then we need to
mention two hyphens at the end of the sql, which means the
query generated by the informatica server is commented.
correct me if i was wrong
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the use of code page?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
can you please explain me pre session and post session options?
How to extract sap data using informatica?
What all are steps in up gradation of Informatica server?
What is flashback table ? Advance thanks
How does the aggregator transformation handle null values?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
What is the use of transformation?
What is the command used to run a batch?
Hi, I want to do Informatica Designer certification. Can anyone help me by providing the details on this. Thanks in advance. Regards, Arnab
In informatics server which files are created during the session rums?
have u done any performance tuning? how u ll do?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??