| 1. |
What Are The Types Of Loadings That Are Available In Informatica? |
|
Answer» In Informatica, they are TWO TYPES of LOADING:
Normal loading is a PROCESS where the records are loaded one by one and it writes a log for the same. When compared to other types of loading normal loading the loading process takes time to the target source. Bulk loading is a process where a set of records are loaded into the target database at once. When compared to normal loading process, bulk loading process takes very less time to load the DATA. In Informatica, they are two types of loading: Normal loading is a process where the records are loaded one by one and it writes a log for the same. When compared to other types of loading normal loading the loading process takes time to the target source. Bulk loading is a process where a set of records are loaded into the target database at once. When compared to normal loading process, bulk loading process takes very less time to load the data. |
|