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: A row locking problem that baffles all...

Re: A row locking problem that baffles all...

From: Stephen Tenberg <STenberg_at_fcs-usa.com>
Date: Fri, 15 Jan 1999 04:04:51 GMT
Message-ID: <D7zn2.45$Rc.137@nnrp2.ptd.net>


This is just a classic mistake programmers have been making for the past 40 years, and probably will until the end of time.

It is *always* a programming error to lock a record when some further manual intervention is required. In such cases someone will inevitably walk away at the wrong time.

Steve Received on Thu Jan 14 1999 - 22:04:51 CST

Original text of this message

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