My source data like... Empid Name 10 chandra 10 sekhar I am expecting result is Empid Ename 10 Chandrasekhar How can we solve this prob?
3 9832My 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?
HP,
3 9262i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression
3 7731my source table having sureshraj42@gmail.com and rajeshraj42@gmail.com and i have only sureshraj and rajeshraj for my target table which transformation i have to use in informatica
HP,
3 7813How we will implement Pushdown Optimization and Types in Informatica with better examples
TCS,
4 14026in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna
5 13240i have source like this ID 1 2 3 4 sal 1000 2000 3000 4000 and how to load target like this o_sal 1000 3000 6000 10000 can you plz give a sol using informatica
5 11941Filter condition at workflow level & filter condition at mapping level . Which will get preference or which will work.
2 6260can we have to do changes in session property when we are dynamically generating target files?
3 9017Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?
IBM,
1 2999Post New Informatica Questions
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
How can we use mapping variables in informatica? Where do we use them?
can any one give some examples for pre sql and post sql(Except dropping and creating index).
What differs when we choose the sorted input for aggregator transformation?
where to store informatica rejected data?
Difference between Target-based loading and constraint-based loading?
What is different between the data warehouse and data mart?
What is a node in Informatica?
Write the advantages of partitioning a session?
What are the types of schemas we have in data warehouse.
What are the types of presistent cache in look up tr.
What is a predefined event?
Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?
update strategy transformation in informatica
have u done any performance tuning? how u ll do?