Thursday, 3 April 2014

what is the differents between Normal and Bulk load?

Normal load first it will writes in log file then it will write in target table so it’s possible of session recovery from the log file.Gives bad performance compares to Bulk load.
Bulk load it will directly write in target table it wont maintain the log file so it’s not possible the session recovery because there is no log file in bulk load.gives good performance compares to Normal Load.
Thanks
Ur's Hari


If you like this post, please share it by clicking on g+1 Button.


No comments:

Post a Comment