how to obtain performance data for individual
transformations.
Answers were Sorted based on User's Feedback
Answer / vasu
There is a property at session level "Collect performance
data", you can select that property. It gives you
performance details for all the transformations.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / ram
Just by selecting "Verbose" mode in session properties.
then session log contains detaild information about each
and every transformation involved in the mapping
| Is This Answer Correct ? | 0 Yes | 1 No |
How will u pas the data with out debugger?
What is intricate mapping?
wf dont have integration severances how you can run?
what transformations are used for Variable port?
 Informatica Checkpoints
How many joins in Informatica
I have 5 sessions s1,s2,s3,s4 & s5 and i want execute s1,s2,s3,s5 after s4. How?
I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible
Input is like 1 1 1 2 2 3 and out put should be 1 2 3 How can u acheive using rank transformation ??
In update strategy target table or flat file which gives more performance ? why?
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!!!
supose if ur scr table contains alphanumeric values like 1,2,3,a,v,c in one columen like c1 n now u have load d data in 2 seperare columns like ID should contain only numbers 1,2,3 n NAME col should contain a,b,cin target?How