How to calculate the cache size if say we are doing a
performance check on a mapping and found that a particular
cache needs to be changed. Is there a formula to calculate
this! i know that informatica has a auto option available
but how to calculate manually?
3. Suppose Seq Gen is supplying a increamental value to a column of a table, suppose, table's column value reaches to maximum value, then what will happen, will the session fail? If it is the situation, then what should be done so that we can stop this kind of situation in advance?
How can we update a record in the target table without using update strategy?
Hi experts, can anyone tell how much we use plsql in real time
Differences between version 7.x and 8.x.
0 Answers Accenture, Cognizant,
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?
Informatica and datawarehousing courses in Pune?
I have the source like col1 col2 a l b p a m a n b q x y How to get the target data like below col1 col2 a l,m,n b p,q x y
What is parameter file?
if we hav 10 records in a file, can we get first record from it by using Aggregator with out using Groupby Port in it?If Yes..let me know the answer plz!!!
Explain one complecated mapping?
How the informatica server increases the session performance through partitioning the source?