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 |
I have done MBA in 2008. i got job as business analyst in 2008 january through consultany. but after 3 months they are giving training Informatica developer. now iam continuing this job. my question is when iam going to interview HR people ask me many times like this " YOU ARE MBA GRADUATE. HOW YOU ARE SELECT THIS POSTION. IAM EXPLAINING WHAT I HAVE MENTION ABOVE". PLEASE TELL HOW IAM TELLING THIS QUESTION ANSWER.
What is Session and Batches?
Why we select the table which has minimum number of records as Master table in joiner?
how to connect two or more table with single source qualifier?
can anyone suggest best free Talend data integration training online
Explain in detail about scd type 1 through mapping.
How to improve the performance of a session using sorter transformation?
Informatica and datawarehousing courses in Pune?
What are the rank caches?
Hi, I am new to Informatica, What is a flat file and how to use flat file in infomratica please help me.
When do you use mapping parameters? (In which transformations)
Please let me know how we can implement the below scenario. In a single mapping,more than 500 sources (legacy,VSAM,relational) will be loading into only one target. Whenever I retreive the data(any record) from target, i need to find the details that the record belongs to which source. Thanks in advance..