Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: INSERT WITH "NOWAIT"
NO WAY :-)
There is no direct way... However, you may use the following techniques to
work it out:
I would strongly recommend considering pp1,2 rather than 3.
SY
Anton
Stephanie Panagopoulos wrote in message
<355197BE.FC17E101_at_UNIXFOR.ATH.FORTHNET.GR>...
>Could you please help us with the follow problem.
>
>Table A has two keys.
>Field pk is a primary key and uk is a unique key.
>
>A session inserts into A the record (pk_vall, uk_vall) successfully.
>The session does not commit the insertion.
>Another session does attempts to insert the same record and because
>there is
>the uncommitted previously inserted record from another session has to
>wait until
>the first session execute a commit or a row back releasing the row-lock.
Received on Fri May 08 1998 - 01:44:37 CDT
![]() |
![]() |