how will u load the data to diminision tables and fact
tables,what is the hiraraichy why we are using hirarichy
Answer Posted / abc
I think use the constraint load order and target load order
plan
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to update a particular record in target with out running whole workflow?
What are the components of Informatica? And what is the purpose of each?
What is a predefined event?
Is there any target staging area in informatica not staging area
rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
Explain Dataware house architecture .how data flow from intial to end?
Explain what are the different versions of informatica?
What are active transformations.
Explain sql transformation in script mode examples in informatica
How does a rank transform differ from aggregator transform functions max and min?
What are the measure objects?
What is different between the data warehouse and data mart?
What do you mean incremental aggregation?
if we have a delimiters at unwanted places in a flat file how can we over come those.