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 -> Bulk Collect vs. Insert Into

Bulk Collect vs. Insert Into

From: <brandon.raines_at_gmail.com>
Date: 2 Aug 2006 14:40:48 -0700
Message-ID: <1154554847.882011.45900@m79g2000cwm.googlegroups.com>


Hi,

I am trying to determine which is a better choice for moving large sets of data (performance-wise)- a standard SQL statement INSERT INTO ... SELECT .... or to take the same statement and create a PL/SQL Procedure that uses BULK COLLECT. If you could also illuminate why one works better than the other, I would appreciate it.

Thanks!
JR Received on Wed Aug 02 2006 - 16:40:48 CDT

Original text of this message

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