how to use incremental load?
Answers were Sorted based on User's Feedback
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 |
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 |
what are the real time problems generally come up while doing or running mapping or any transformation?
scenario
Enlist the differences between database and data warehouse.
my source is junk data how will u remove that junk data by using unix please any one replay me
how much memory (size) occupied by a session at runtime
In update strategy target table or flat file which gives more performance ? why?
Explain sessions. Explain how batches are used to combine executions?
What are active and passive transformations?
Diffrence between 7.1,8.1 and 8.6
if we hav 10 records in a file, can we get first record from it by using Aggregator with out using Groupby Port in it?If Yes..let me know the answer plz!!!
I have table name in that I have Rajesh Reshika Priya I want the result Like only Starting with R Rajesh Reshika Can someone help me to get these results and How?
in which situations do u go for starflake schema ?