Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How/Where do I use COMMIT in SQL*Loader
OPTIONS (ROWS=100)
commiting after inserting each row is very slow. Use a 100 row commit
as generic setting. This is what the SQL Loader Docco says
bind array size = (number of rows) * (maximum row length)
where:
(maximum row length) = SUM(fixed field lengths) +
SUM(maximum varying field lengths) +
SUM(overhead for varying length fields)
Hope this helps
-Lokesh
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Thu Aug 05 1999 - 23:11:49 CDT
![]() |
![]() |