Explain about Incremental Extraction in Informatica

Showing Answers 1 - 1 of 1 Answers

Use sql overide to capture the change data capture which looks like this..... 

(
 EFF_FROM_DATE >= $$LAST_RUN_DATE
 AND 
 EFF_FROM_DATE < TO_DATE('$$$SessStartTime', 'MM/DD/YYYY HH24:MI:SS')
 )
   OR
   (
    EFF_TO_DATE >= $$LAST_RUN_DATE
    AND
    EFF_TO_DATE < TO_DATE('$$$SessStartTime', 'MM/DD/YYYY HH24:MI:SS')
   )

  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