Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: optimistic/pessimistic locks
Pessimistic locking will lock the selected rows (e.g. SELECT .... FOR
UPDATE). Since the locked rows can't be changed during the transaction, the
application does not need to check the before data values. This makes
programming easier, but at the expense of concurrency.
> snip <
>
>I never heard about pessimistic locking. Would be intresting what that
>should be ?
>
>Regards,
> Robo.
>
>
Received on Tue Jun 02 1998 - 07:15:45 CDT
![]() |
![]() |