What happens when the session stops half way while loading? How to join a flat file without matching keys in RDBMS?

Showing Answers 1 - 6 of 6 Answers

Sreeya

  • Feb 21st, 2008
 

For the 1st part, we can adopt the recovery options as given in the session property, using the recovery strategy.But using this in real time scenario has proved to take a toll on the performance.Another approach can be to build a logic in the mapping which takes care of it.this can be done using variables.

For the 2nd part, we can introduce dummy ports with the same value in both the flat files and then can join on that port.

Thanks

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions