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: help: DELETE with NOWAIT ?

Re: help: DELETE with NOWAIT ?

From: Karen <karen.abgarian_at_fmr.com>
Date: Fri, 20 Oct 2000 11:42:34 -0400
Message-ID: <39F067EA.7166B650@fmr.com>

DELETE always hangs if the row is "taken". There is no NOWAIT option.

But you can use SELECT FOR UPDATE with NOWAIT to lock the rows you are going to delete and then doing DELETE on them.

Bill Weinberger wrote:

> I know how to use NOWAIT to keep SELECT...FOR UPDATE from blocking on
> Resource busy. But, how can I accomplish the same thing when I am deleting
> rows, too?
>
> Thanks for your help.
> Bill
Received on Fri Oct 20 2000 - 10:42:34 CDT

Original text of this message

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