What are the different threads in DTM process?
Answer / swetha
Master thread: Creates and manages all other threads
Maping thread: One maping thread will be creates for each
session.Fectchs session and maping information.
Pre and post session threads: This will be created to
perform pre and post session operations.
Reader thread: One thread will be created for each partition
of a source.It reads data from source.
Writer thread: It will be created to load data to the target.
Transformation thread: It will be created to tranform data.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the difference between router and filter?
Is it possible to create multiple domains on a single Informatica server?
which transformation uses cache?
what is curr val use for in sequence generator?
how many ways can we implement SCD2?
How many repositories can be created in informatica?
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?
what is lookup ?
i have oracle table A and target B. i don't know how many records. i want get get last record in table A as first record in target table B. write a sql query?
what type of documents you receiving from client later wt can you do? what type of documents have to prepare?
how to create a sample mapping for dynamic lookup transformation
What are the Differences between static cache and dynamic cache?