|
|
Re: import utilties commit option [message #61266 is a reply to message #61251] |
Thu, 08 April 2004 05:40 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
Use BUFFER and COMMIT import parameters to control the commit rate.
buffer_size = rows_in_array * maximum_row_size
Say ,the maximum_row_size is 200 and you want to commit approximately 1000 rows, you would use
buffer=1000*200=200000
But its recommended to minimize the number of commits during the import for performance reasons. If possible,I'd skip the commit and leave it to default.
-Thiru
|
|
|