Block updates [message #133743] |
Mon, 22 August 2005 01:17 |
srraajesh
Messages: 63 Registered: May 2005
|
Member |
|
|
Hi Gurus
Is there any way to prevent updates on a set of rows alone in a table in Oracle..
Please clarify...
srr..
|
|
|
Re: Block updates [message #133771 is a reply to message #133743] |
Mon, 22 August 2005 03:42 |
Frank Naude
Messages: 4589 Registered: April 1998
|
Senior Member |
|
|
Yes, you can lock rows. If locking isn't sufficient, you need to design your own solution (maybe you can add a field to the table to indicate if the row is "locked" or not).
Why are you asking?
Best regards.
Frank
|
|
|
|
|
|