What is the difference between sequential batch and concurrent batch and which is recommended and why?
Answer / thotli
SEQUENTIAL BATCH:it is a group of tasks that are run task by task
CONCURRENT BATCH: it is also a group of tasks these tasks are run at a time
| Is This Answer Correct ? | 0 Yes | 0 No |
write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500
What is the Router transformation?
As per Informatica PC help guide, while adding transformations to a mapplet,we have to keep this in mind: If you use a Sequence Generator transformation, you must use a reusable Sequence Generator transformation. May i know the reason behind this?
What is constraint based loading exatly? And how to do this? I think it is when we have primary key-foreign key relation ship. Is it correct? please answer me. Advance Thanks.
Where do you create/define mapping parameter and mapping variable?
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
How many number of sessions can one group in batches?
Explain the etl program with few examples.
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
how can run the wf through pmcmd commend? write script?
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?
How do you migrate data from one environment to another?