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

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

Re: insert into select ... very very slow

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Tue, 23 Apr 2002 17:54:29 +0100
Message-ID: <3CC591C5.7446@yahoo.com>


bruno nogent wrote:
>
> I'm testing to insert into a table the datas of a select statement
>
> insert into mytable select ......
>
> but it's very very slow
> The table to copy is : 200 lines and 50 columns
>
> Where is the problem ?
>
> Thanks

Is the select on its own quick?

If yes, then look at

  1. the size of your redo logs
  2. the number of indexes on your table
  3. any locking problems on the table

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Tue Apr 23 2002 - 11:54:29 CDT

Original text of this message

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