How informatica process data means how informatica works?
Answers were Sorted based on User's Feedback
Answer / shalaka kulkarni
When work flow starts integration service retrieve mapping ,workflow ,and session form repository,It extract data from mapping sources and store in staging area apply transformation logic .then load it into target according to requirement. For that it uses three components:
Integration service process
Load balancer
DTM process
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / uday
Hi, What is the staging are here you are speaking
about...Is that on Informatica server database OR soruce
database OR target database?
| Is This Answer Correct ? | 0 Yes | 0 No |
hi talents, how do u get sequece numbers with oracle sequence generator function in informatica.... i dont need to use sequence generator transformation..... how do u achieve this???
What is target update override
Data is passed from one active trans and one passive trans into a passive transformation.Is the mapping valid or invalid?
How do you load first and last records into target table?
tell me the rules and responsblites in our project(my project is development)
in what type of scenario bulk loading and normal loading we use?
following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd target 3rd row to 3rd target how will u do?
in my source i have 100 records, and 3 targets, i want to load 1st record into 1st target,2nd record into 2nd target,3rd record into 3rd target again 4th target into 1st target and vice versa,how to achieve this?
What is the term PIPELINE in informatica ?
What are the differences between source qualifier and joiner transformation?
without dynamic lookup transformation how to insert new rows and update existing rows?
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000