Hi,
I have a large file (sometimes more than a million lines in them) wat i would like to do is to divide them into chunks in order to update the database which cant take all the million updates on one go. So lets say I divide them to 1000/100 and update to the database and check whether there is any problem in rolling them back and if not continue.
I would like to get some suggestions on how to divide the files intochumks?
Thanks
Reva