Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



i want to load data in to two targets..one is dimension table and the other is fact table?how can ..

Answer / 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

i want to load data in to two targets..one is dimension table and the other is fact table?how can ..

Answer / g. manthiramoorthy

Using dynamic lookup, you can load both simultaneously.

Is This Answer Correct ?    7 Yes 1 No

i want to load data in to two targets..one is dimension table and the other is fact table?how can ..

Answer / amedela chandra sekhar

use surrogate pipeline technique first data loaded into dimension table ,then loaded into fact fable with primary and foreign key technique b/w dimension and fact table.

use lookup t/r.........

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Informatica Interview Questions

difference between stop and abort

2 Answers  


How can we get multiple output values using an unconnected lookup transformation?

2 Answers   TCS,


Describe two levels in which update strategy transformation sets?

1 Answers  


What is a unit Testing?

1 Answers  


hi guys..iam a QA person ..what is ETL TESTING... what is the process of ETL testing... ETLTESTER needs etl devolopment knowledge or not? pls suggest ur valuable decision

2 Answers  


How will you display "Mr" for male & "Mrs" for female in target table?

7 Answers  


As union transformation gives UNION ALL output, how you will get the UNION output?

0 Answers   Informatica,


I have Employee table, 10 cols are connected to next transformation, only 4 cols are selected in SQL override. What would be passed to next col.

5 Answers   BirlaSoft,


Different circumstance which drives informatica server to expel records?

0 Answers  


In aggregator if u enable sorted input what will be the output and disable sorted wt is output

6 Answers  


I am having a FLAT FILE SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 to a FLAT FILE only.For more clarification i want to elimate nulls and want in a single line. Please help me out

5 Answers   IBM,


I want skip first 5 rows to load in to target? what will be the logic at session level ??

1 Answers   IBM,


Categories