i want to load data in to two targets..one is dimension
table and the other is fact table?how can i load ata a time
Answer Posted / john
Generally we all knew that is,In Datawarehouse
environment,we should load data first in the dimension
table then we load into the fact table..bcoz fact table
which contains the Primary keys of the dimension table
along with the measures.
So we need to check first that whether the fact table which
you are going to load that has foreign key relationship
with the dimension table or not?If yes,Use pipeline mapping,
and load dimension data first in first pipeline and in the
second pipeline load fact table data by taking the lookup
transformation on the dimension table which has loaded data
already..and return the key value from the lookup
transformation then calculate the measures by using
Aggregator and also give "group by" on the dimension keys
and map to the Target(Fact) prots as required.
most importantly specify the "Target Load Plan"
where dimesion target as first,fact table target as second.
let me pls correct my answer If i am wrong..
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is blocking transformation?
What is data transformation manager process?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
have u done any performance tuning? how u ll do?
What is the fact table?
Which means the first record should come as last record and last record should come as first record and load into the target file?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
What is lookup transformation?
Describe data concatenation?
How do you load only null records into target?
What are the types of caches in lookup? Explain them.
What is the maplet?
Could you explain what is enterprise data warehouse?
How will the document be delivered to me?
What is meant by pre and post session shell command?