We can see the Target load type ( Normal or Bulk) property in session under Mapping tab and we will go for Bulk to improve the performance of session to load large amount of data. SQL loader utility will be used for Bulk load and it will not create any database logs(redolog and undolog), it directly writes to data file.Transaction can not be rolled back as we don't have database logs.However,Bulk loading is very as compared to Normal loading.
In target if you are using Primary Key or Primary Index or any constraints you can't use Bulk mode.
We can see this property in the below snap shot.
Comments
Post a Comment