can we use bulk loading when we use look in mapping
Answer / sayan
yes we can use bulk load if we are using static lookup.
condition: 1. we are not using a dynamic lookup on the target table. 2. There is no duplicate in the record in the data.
Is This Answer Correct ? | 0 Yes | 0 No |
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
Explain the pipeline partition with real time example?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
what is the difference between Informatica 7.1 and Abinitio?
If my source is having 30 million records, so obviously the cache could not be allocated with sufficient memory. What needs to be done in this case?
what is diff between IN and EXIT commands
what is difference between mapping and mapplet ?
difference between informatica 8.1.1 and 8.6
I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?
How to load last n records of file into target table - informatica
what is constraint based loading
what is row level and column level indicator?