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 -> INSERT...SELECT...FROM TABLE(object-collection) slow

INSERT...SELECT...FROM TABLE(object-collection) slow

From: Marc Blum <blum_at_marcblum.de>
Date: Thu, 16 Feb 2006 22:02:30 +0100
Message-ID: <aop9v15225afnjupd9m9lgt3fugr6bilfr@4ax.com>


Hi,

we (sorrily) found out, that a

INSERT INTO <destination_table>
SELECT <attributes>
FROM TABLE (collection of object type)

is rather slow. When recoding the logic with PL/SQL-tables, many loops and FORALL INSERTs, we got performance gains of around 200x.

Any similar observations?

Any explanations?

Thanks in advance

--
Marc Blum
mailto:blumXXXSPAMXXX_at_marcblum.de
http://www.marcblum.de
Received on Thu Feb 16 2006 - 15:02:30 CST

Original text of this message

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