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

Answers were Sorted based on User's Feedback



1) Alternative to update strategy transformation 2) out of 1000 records after loading 200 records..

Answer / raju4dw

U CAN GO FOR SESSION RECOVERY

THEN IT WILL LOADS ONLY REMAING RECORDS INSTEAD OF ALL
RECORDS.



RAJENDRA

Is This Answer Correct ?    7 Yes 0 No

1) Alternative to update strategy transformation 2) out of 1000 records after loading 200 records..

Answer / 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

1) Alternative to update strategy transformation 2) out of 1000 records after loading 200 records..

Answer / pradeep

1)Alternative to updated strategy,we can with target update override. US works based primaray key constrainst where as target updated override works without primary key constraints.

2)When you configure session with Normal load,the integration service performs record by record as a result IS can capture commit points and it enables the session recovery.

The IS capture commits points from database log and saves in repository

3) The lookup transformation genrates the sql qurey,query contains select,group by,order by.we can override default query by specifying the order by clause

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

Explain scd type 3 through mapping.

0 Answers  


if i have records like these (source table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk 10001 gfhgdgh 10002 hjkdghkfh the target table should be like these by using expression tranformation. (Target table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk xx001 gfhgdgh xx002 hjkdghkfh (that means duplicated records should contain XX in there rowid)

5 Answers   iFlex,


Kimball and Inmon methodologies?

2 Answers  


What is dimensional table?

0 Answers  


What is transformation?

0 Answers  






In dimension and fact table? which one holds big data?

2 Answers  


What is the Difference between DSS & OLTP?

5 Answers  


I've an excel sheet, in which one column contains data about the location like "City, State" and few columns contains only "State". Now I wanna load into my target City and State into two different columns. Pls help me out...

6 Answers   TCS,


How do you load more than 1 max sal in each department through informatica or write sql query in oracle?

0 Answers  


Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?

0 Answers  


Describe an informatica powercenter?

0 Answers  


What is Micro Strategy? Why is it used for?

5 Answers   Infosys,


Categories