Difference between session variables and workflow variables?
Answers were Sorted based on User's Feedback
Answer / jlt
A workflow variable can be used accross sessions inside
that workfow..whereas a session variable is exclusive only
for that particular session
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / nithin
Also,workflow built in variables enable the workflow to determine the run flow of sessions. eg) If a decision is set to true one set of sessions are processed and if it is false the other set of sessions are processed. Where as the session's user defined or built in variables focuses on getting the start time of the session, to get the table and mapping name. The task variables helps to get the information about the sessions
| Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between stored procedure transformation and external procedure transformation?
What is workflow variable? When we use workflow variable? Can any one explain me with one example???
Is informatica power center designer has 64 bit support?
Enlist the various types of transformations.
What do you mean by filter transformation?
how do u get the first record from 50,000 records ?
10 Answers TCS, UBS,
what is mapping performence?
i 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
Which is the t/r that builts only single cache memory?
Explain the tuning lookup transformation - informatica
What are partitions in informatica and which one is used for better performance?
In joiner, how to load Master table in Target?