How to recover sessions in concurrent batches?
Answer / nagaraju bhatraju
when we use concurrent process to load when session
fails ...all other session will run normally and load the
data..the failed session will considered as a standalone
sesion ...and we have perform recovery for the failed
session.
there three type where we can recover a failed session
1.start the session again if the Informatica server doesnt
perform the commit
2.else perform recovery on the session
3. if we can recover the session truncacte the data from
target table and run the session.
| Is This Answer Correct ? | 8 Yes | 0 No |
How can we remove the duplicates from flat file source?
What is performance tuning in informatica. What measures you will take if some thing is taking much time in your process of ETL?
whatis the default data driven operation in informatica
how to improve performence by using sorted input in aggrigator t/r.
how to load duplicate row in a target
If informatica has its scheduler why using third party scheduler?
What will be the approach?
Mention some types of transformation?
disable caching in a lookup transformation?
What is the Difference between SetVariable and setmaxvariable in informatica?
Hey I am net to informatica? Can any one explain me step by step How scd will work ?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?