what happens when a batch fails?
Answers were Sorted based on User's Feedback
Answer / sai suresh
Grop of sessions are known as Batch.
there are 2 types of batchs are availble
Parlal batch and Sectional batch
Parlal batch:Sessions are executed at the same point of time
Sectional batch: Sessions are executed one after another.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siva
group of sessions is known as batch.when it fails there is
no transformation of datas between source and targets
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravi
if it is parallel batch entire batch will failed.
if it is serial batch current session only will failed.
| Is This Answer Correct ? | 1 Yes | 2 No |
how to insert header after each group.
what is the diff b/w union and joiner and lookup?
Differentiate between mapping parameter and mapping variable?
IF Sorce table contains CLOB as its one data type then i get error at the target table. How can this be resolve?
hi all, can anyone tell where i will get good informatica training in Pune? thanks in advance.
HOW TO GET THE LATEST DATA IN SCD ?
Explain the different dimensions.
wat s mapping parameter and mapping variable? how do you set that in a mapping?
If one flat file contains n number of records., we have to load the records in target from 51 to 100.. how to use expressions in Informatica..?
i want to convert below src into target src is as follows maths 30 science 20 social 81 i want data in trg like below maths science social 30 20 81
Hi, I have one flatfile as target in a mapping . When i am trying to load data second time into it. The records already is in flatfile is getting override. I don't want to override existing records. Note : we can do this by implementing CDC / Incremental pool logic if target is relational . But this is flatfile. So, even i use this same technique it will override only So what is the solution ? Is there any option at session level for flatfile target ? Advance Thanks
What is session task and command task?