What are the new features of informatica 7.1?
Answers were Sorted based on User's Feedback
Answer / cuckoo sreedhar
Lookup on flat file is possible.
Union Transformation is present.
Version Control.
LDAP Authentication.
supporting of 64mb architecture.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sarath
1)We can use flat file as a target
2)we can use flat file as a lookup
3)Mainly union t/r is introuduced in 7.1
4)Data profiling and versioning
5)Propagate attributes
6)we can do partiotions upto 64
| Is This Answer Correct ? | 1 Yes | 0 No |
What is aggregator transformation in informatica?
What is joiner transformation?
What do you understand by term role-playing dimension?
what is shortcut in informatica? difference between shortcut,reusable object?
Filter condition at workflow level & filter condition at mapping level . Which will get preference or which will work.
What does update strategy mean, and what are the different option of it?
In a concurrent batch if a session fails, can you start again from that session
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
What are the main features of Oracle 8i with context to datawarehouse?
How to delete the data in the target table after loaded.
What are the basic needs to join two sources in a source qualifier?
Can we get 1st record through Informatica(without sequence number).