how to use incremental load?

Answers were Sorted based on User's Feedback



how to use incremental load?..

Answer / chandrasekar

Whenever an OLTP records update or insert in the source
,then the records are loaded in to target as a new record.

Using SCD type 2 we can acheive the incremental load.

If it wrong means chandranmca2007@gmail.com

Is This Answer Correct ?    3 Yes 0 No

how to use incremental load?..

Answer / moorthy g

Source --->SQ ----> Expression ---> Target

===> Create Mapping Variable
===> In SQ use sql override
where startdate < $$date

====> In expression use variable port,
setmaxvariable($$date, startdate)
=====================================
You can find variable value in Log fine and session RC you
can find it.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

Limitation of REPLACESTR. Is there any character limitation to it.

1 Answers   CTS,


What is a surrogate key?Why we use it in a mapping?Pl give an example.

4 Answers   PCS,


my source contain data like this eno ename phno 100 john 9989020508 101 ram 7246599999 i want to load the data into target is eno name phno 100 john (998)-9020-508 102 ram (724)-6599-999.

5 Answers   TCS,


how to get the first row without using rank t/r?

7 Answers   iGate,


Suppose we have a (assume relational) source table Product_Id Month Sales 1 Jan x 1 Feb x . . . . . . 1 Dec x 2 Jan x 2 Feb x . . . . . . 2 Dec x 3 Jan x 3 Feb x . . . . . . 3 Dec x . . . . . . and so on. Assume that there could be any number of product keys and for each product key the sales figures (denoted by 'x' are stored for each of the 12 months from Jan to Dec). So we want the result in the target table in the following form. Product_id Jan Feb March.. Dec 1 x x x x 2 x x x x 3 x x x x . . So how will you design the ETL mapping for this case , explain in temrs of transformations.

5 Answers   Accenture, VAMA,






get me the resultant input:- 1 x,y,z output:- 1 x 2 a,b 1 y 3 c 1 z 2 a 2 b 3 c

3 Answers   Infosys,


guys which is the best institute in banglore to learn informatica??

2 Answers  


what is mapping parameter and mapping variables

1 Answers   BirlaSoft,


What is factless fact schema?

1 Answers  


what is work of PUSH DOWN option

2 Answers   Wipro,


what is fact table?

9 Answers  


How to load the name of the current processing flat file along with the data into the target using informatica mapping?

0 Answers   Informatica,


Categories