suppose a session is failed after a transformation , from
where that session will run again , i.e . from beginning or
from that transformation ?
Answer Posted / amit
if session failed after transformation it start again from
begining
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
waht type of interface is used for testing the data in informatica
how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process
I have a flat file, want to reverse the contents of the flat file
How do you load unique records into one target table and duplicate records into a different target table?
what is the difference between informatica6.1 and infomatica7.1
Explain what are the different versions of informatica?
How to load data in informatica ?
Define mapplet?
Define joiner transformation?
What is the meaning of decode in informatica?
How to improve the performance of a session using sorter transformation?
What is an Integration service in Informatica?
What is Session and Batches?
hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?