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: Large set-based UPDATE

Re: Large set-based UPDATE

From: Andrew Allen <andrew.allen_at_handleman.com>
Date: Thu, 13 Feb 2003 16:26:23 GMT
Message-ID: <3E4BBA22.8040407@handleman.com>


Paul wrote:
<<snip>>
>
>
> Sorry, I should have mentioned that this analysis has already been
> carried out.

Updated rows are locked until commit or roll back. That is fundemental.   There is no way around it. If your app does a SELECT. . . FOR UPDATE then you may consider doing a direct or table-to-table update. This way   you may be able to do the work faster or only lock the actual rows you are updating.

--
Andrew Allen
Received on Thu Feb 13 2003 - 10:26:23 CST

Original text of this message

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