Home » RDBMS Server » Server Administration » import utilties commit option
import utilties commit option [message #61251] Wed, 07 April 2004 22:23 Go to next message
rakesh
Messages: 25
Registered: March 2001
Junior Member
hi

is there any option like

commit after n rows while importing in oracle 7.3 database

thanks
Re: import utilties commit option [message #61253 is a reply to message #61251] Wed, 07 April 2004 22:39 Go to previous messageGo to next message
Anatol Ciolac
Messages: 113
Registered: December 2003
Senior Member
The best way to see this is run: imp help=y and to see the output or to see a documentation.
Re: import utilties commit option [message #61266 is a reply to message #61251] Thu, 08 April 2004 05:40 Go to previous message
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
Previous Topic: how to drop and recreate UNDO tablespace?
Next Topic: startup database
Goto Forum:
  


Current Time: Fri Sep 20 12:47:42 CDT 2024