Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: insert into select ... very very slow
> ok but each day I should udpated the table
> I must use insert statement
> Bruno
Maybe the destination table contents indexes, constraints or triggers. All of this may decrease the speed of inserting rows. In this case, you may drop them before inserting and create them again after one.
And if the number of inserting rows is about 10000 and more then you should insert them by small portions (1000 rows per portion for example). It is bacause the rollback segment may overflow...
May the Force be with you!
Jedi
jedi_at_entecheco.com Received on Tue Apr 23 2002 - 09:11:53 CDT
![]() |
![]() |