Could any one to tell How to use the Oracle Analytic
functions in Informatica?
Answer / sabyasachi
Some of theOracle Analytical functions are like DENSE_RANK
(), RANK(),CUM_DIST(),CUM_AVG() etc. One get the
fuctionalities of some of these functions such as rank by
using a rank transformation.
For other types of functions one can resort to custom
transformation.
| Is This Answer Correct ? | 2 Yes | 0 No |
How is Data Models Used in Practice?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
HOW DO YOU PARFORM INCREMENTAL LAOD ?
write a query following source region sales 1 1000 2 2000 i want the output ?please give solution 1 2 1000 2000
What is tracing level and what are the types of tracing level?
what r d pre-requiste for update strategy transformation, and differnce between delete n truncate in target session properties for update strategy
Which kind of index is preferred in DWH?
Hi, This is Lakshmi,Anyone taking classes for datawarehouse-Informatica and BO with real time project
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,
Hi Experts, I have a source table like this. Name Number Raj 2 Ram 1 Sam 2 John 1 In the target I need the ouptput like the below Raj Raj Ram Sam Sam John We dont know the number value . It will be changing as n.. Please help me regarding this. Thanks, Nataraj V
Do joiner transformation use cache? If so describe?
without table how to come first record only in oracle?