Can you use one mapping to populate two tables in different
schemas
Answers were Sorted based on User's Feedback
Answer / pal
Yes we can use one mapping to populate data in multiple
schemas.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sanjay
Use $DBConnection instead of connection in session for
source and change the schema name through the parameter file
| Is This Answer Correct ? | 3 Yes | 1 No |
what are the real time problems generally come up while doing or running mapping or any transformation?
How do you change parameter when you move it from development to production.
What is a surrogate key?
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
4 yrs etl devloper roles and responsibilities?any body give solutions
Can we create two repositories on same database instance in oracle?
How to load duplicate records in to a target table which has a primary key?
differences between service based and product based?
tell me 7.x and 8.x diferrencess(but not transformations)
hi i want to install latest informatica software in my pc..can anybody help me where should i get the infomatica software..plz help me
Why we use lookup transformations?
what is the need of session partitioning... how it is useful in real time