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: how to lock record instead of lock tab?

Re: how to lock record instead of lock tab?

From: Karsten Schwarz <karsten.schwarz_at_secco.de>
Date: Thu, 03 Feb 2000 12:58:41 +0100
Message-ID: <38996D70.8ADC40D5@secco.de>


Select ... for update will lock all selected records until the transaction ends. Try it.

Karsten

Dmitry Sirotkin schrieb:

> Karsten Schwarz wrote in message <38993DD1.9252A9B2_at_secco.de>...
> >It's simply the same:
> >
> >select * from table where key_column = value for update.
> >
> >With the for update clause you will lock all the rows selected.
> >
> >=8-)
> >Karsten
>
> O-o-ps, I thought that SELECT ... FOR UPDATE only locks the last fetched
> record, but not all the selected records. Am I wrong?
>
> Dmitry.
Received on Thu Feb 03 2000 - 05:58:41 CST

Original text of this message

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