What do you mean by enterprise data warehousing?
No Answer is Posted For this Question
Be the First to Post Answer
Mention few advantages of router transformation over filter transformation.
What are the types of lookup transformation?
In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?
have u done any performance tuning? how u ll do?
without dynamic lookup how to insert new rows and update existing rows?
I have source like this year account month amount ----- --------- ------ -------- 1999 salaries jan 9600 1999 salaries feb 2000 1999 salaries mar 2500 2001 benfits jan 3000 2001 benfits feb 3500 2001 benfits mar 4000 -->i need target like this year account month1 month2 month3 ----- --------- -------- -------- -------- 1999 salaries 9600 2000 2500 2001 benfits 3000 3500 4000
i have source file data empno,ename,sal 100,ram,1000 200,tyu,2000 300,gh,3000 out put as e empno,ename,sal 100,ram,null 200,tyu,1000 300,gh,2000 how to load it?
when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure to achieve by using lookup?/
How do schedule a workflow in Informatica thrice in a day? Like run the workflow at 3am, 5am and 4pm?
I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in 3rd target? I am new to Informatica,can anybody suggest me the idea?
Under what condition selecting sorted input in aggregator may fail the session?
My sql query is 1. select 1+x from dual? 2. select 1+'x' from Dual? 3. Select x+1 from dual? what is the out put of the above queries?