Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: insert into select ... very very slow

Re: insert into select ... very very slow

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Tue, 23 Apr 2002 16:48:06 +0100
Message-ID: <3cc58236$0$8505$ed9e5944@reading.news.pipex.net>


definitely not. if you run out of rollback segment space you should size your rollback segments appropriately - read larger.

also try using the APPEND hint to insert new rows above the HWM this will be a lot faster.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************

"Korotky Dmitry" <jedi_at_entecheco.com> wrote in message
news:aa3q1h$u56$1_at_entecheco.com...

> > 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 - 10:48:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US