Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> imp commit=n and rbs
Morning Joel,
commit=y means that a commit is done whenever a buffer's worth of rows are written to a table. Unless the table being imported has a LONG column, in which case you get a commit for each row in that table.
commit=n means that a commit takes place at the end of each table. You will have the index builds as well I think, constraints etc - all of which would have to be rolledback in case of a failure.
I use commit=y and a buffer of 1024000 or 2048000 bytes when I import depending on the size of the dump file.
Cheers,
Norm.
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.comReceived on Fri Apr 25 2003 - 03:12:30 CDT
-------------------------------------
![]() |
![]() |