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: Insert into with nowait?

Re: Insert into with nowait?

From: Nicolas Bronke <NBronke_at_t-online.de>
Date: 8 Nov 1998 11:58:39 GMT
Message-ID: <72411f$vo0$1@news00.btx.dtag.de>


Sure that could be a way but in a multi-user environment (several users) working with the data (updates, inserts etc.) you cannot insert any record if another user updates one record which he has locked before (select * from table where-condition for update nowait).

Regards
Nicolas Bronke

victor schrieb in Nachricht <01be0995$49a77180$6b14abcc_at_victor>...
>you can lock table before insert like this
> lock table name in exclusive mode nowait;
Received on Sun Nov 08 1998 - 05:58:39 CST

Original text of this message

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