Explain where to store informatica rejected data? How to extract the informatica rejected data?
No Answer is Posted For this Question
Be the First to Post Answer
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
If no. of source columns is changing every time (First time it is 10 next time it is 20 so on). How to deal with it without changing mapping?
wt is Dynamic lookup Transformation? when we use?how we use?
Explian the Process of deployment groups in informatica
How to load the data from a flat file into the target where the source flat file name changes daily?
Which tool yoU use to create and manage sessions and batches and to monitor and stop the informaticaserver?
If we set dd_insert in mapping and Delete in session properties what will happen.?
What is joiner transformation?
where does the default group roew in a router is stored what is the default size of memory in router
what is DSS?
How to call stored Procedure from Workflow monitor in Informatica 7.1 version?
write sql query following table quarter sales q1 1000 q1 2000 q1 3000 q1 4000 q2 5000 q2 6000 q2 7000 q2 8000 q3 1000 q3 2000 q3 3000 q3 4000 q4 5000 q4 6000 q4 7000 q4 8000 i want the output format like q1 q2 q3 q4 1000 5000 1000 5000 2000 6000 2000 6000 3000 7000 3000 7000 4000 8000 4000 8000