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 -> Locking by using FOR UPDATE

Locking by using FOR UPDATE

From: <marianat_at_my-dejanews.com>
Date: Tue, 29 Dec 1998 14:34:55 GMT
Message-ID: <76apaf$lh5$1@nnrp1.dejanews.com>


Hi!

I'm working with Oracle 7.0. If an application locks a row and another one tries to lock a set of rows (by using SELECT FOR UPDATE, let's say) and suppose that the locked row belongs to the selected set... will the second application receive any data from the server while the first application still holds the lock over the row? Is there any way to achieve that? I mean, I need to know if a certain row is locked, but I would like to get the other rows. I need to do this by using SQL, but any idea will be welcome.

Thanks,
Mariana.

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Dec 29 1998 - 08:34:55 CST

Original text of this message

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