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 -> How to ensure only one process accesses a record in Oracle database table

How to ensure only one process accesses a record in Oracle database table

From: Srini <aone1504_at_yahoo.com>
Date: 12 Oct 2004 00:27:46 -0700
Message-ID: <e5aecd60.0410112327.6dfb1e52@posting.google.com>


We have multiple processes running in parallel accessing the same database table in Oracle. The processes access the table thru a trigger and a stored procedure written for the trigger.

We want only one process to pick a record and update it with a status.

Is it possible to lock a record in Oracle ? Can any one tell me how we can achieve this?

Thanks,
Srini Received on Tue Oct 12 2004 - 02:27:46 CDT

Original text of this message

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