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

Re: Bulk Collect vs. Insert Into

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 03 Aug 2006 08:09:15 +0200
Message-ID: <9o43d21ps5mgk6f5psp1k4ntt8cqgte113@4ax.com>


On 2 Aug 2006 14:40:48 -0700, brandon.raines_at_gmail.com wrote:

>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

insert into select would be faster and consume less resources as this is a server side operation and the data isn't fetched.

--
Sybrand Bakker, Senior Oracle DBA
Received on Thu Aug 03 2006 - 01:09:15 CDT

Original text of this message

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