‎2008 Feb 26 10:07 AM
Does commit work (commiting the changess to database )take same time for one record and 1000 records
‎2008 Feb 26 10:21 AM
Hi ,
There is some micro seconds differences in updating the recors . If you have huge records ,split the data into parts and insert it .
To avoid errors or warnings ,you can use 'WAIT UPTO 5 SECONDS ' .
Thanks
Jagadeesh.G
‎2008 Feb 26 10:11 AM
‎2008 Feb 26 10:11 AM
‎2008 Feb 26 10:21 AM
Hi ,
There is some micro seconds differences in updating the recors . If you have huge records ,split the data into parts and insert it .
To avoid errors or warnings ,you can use 'WAIT UPTO 5 SECONDS ' .
Thanks
Jagadeesh.G