What is batch and describe about types of batches?
Answers were Sorted based on User's Feedback
Answer / swetha
Grouping of session is known as batch.Batches are two types
Sequential: Runs sessions one after the other
Concurrent: Runs session at same time.
If you have sessions with source-target dependencies you
have to go for sequential batch to start the sessions one
after another.If you have several independent sessions you
can use concurrent batches Which runs all the sessions at
the same time.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / srikanth nallapati
the above answer was good .any way simply ---->if
dependency is there bittween session's means u should go
for seq batch
if dependency is not there bittween session's means u
should go for concu.. batch
| Is This Answer Correct ? | 2 Yes | 2 No |
wt is Dynamic lookup Transformation? when we use?how we use?
What are the types of metadata that stores in repository?
What is union transformation in informatica?
Does Facttable Normalized or Denormalized?
Can you use the maping parameters or variables created in one maping into any other reusable transformation?
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,
Design time, run time. If you don't create parameter what will happen
Do joiner transformation use cache? If so describe?
What are batches?
How to identify this row for insert and this row for update in dynamic lookup cache
Tell me about Propagate functions in informatica
what is parallel querying and what r hints.