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: BULK UPDATE help

Re: BULK UPDATE help

From: <sybrandb_at_gmail.com>
Date: Tue, 07 Aug 2007 21:43:40 +0200
Message-ID: <9lihb315vq7lj4o8ov8s19rsar1meqjr6n@4ax.com>


On Tue, 07 Aug 2007 18:49:54 -0000, wagen123_at_yahoo.com wrote:

>I know the update statement syntax:-)
>
>Looking for help with BULK UPDATE....
>
>
>thanks

You asked for the *most efficient* way to update those 3 columns to NULL. Using update *IS* the most efficient way!!!

Using BULK UPDATE you would need to perform a BULK COLLECT first in a collection. BULK COLLECT means FETCH.
Apart from that, isn't this a mere doc question? You can look up BULK UPDATE in the PL/SQL manual, can't you?

-- 




Sybrand Bakker
Senior Oracle DBA
Received on Tue Aug 07 2007 - 14:43:40 CDT

Original text of this message

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