Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: dbms_lock.allocate_unique and autonomous transactions (long)
hasta_l3_at_hotmail.com wrote:
>> I am led, by what you've written, to question whether you understand >> basic Oracle architecture and concepts. I still don't quite see this >> as being anything more than overcomplicating something unnecessarily. >> >> Oracle is not SQL Server. Why is it that any locking is required?
>> Assume a (long) restructuring operation L modifies >> (a) some fields of the list header row in the master table, then >> (b) some fields of every list line row in the children table, including >> -say - row R. >> >> Assume that a short transaction S modifies >> (a) some other fields of the list line row R. >> >> If L is in a single long transaction, then it will block S if S happens >> to want to modify R after L did it.
I've read all this ... several times ... I still don't see the point?
Again ... I don't see the underlying business case for what you are doing. In what way will one transaction lock another unless you explicitly lock it and why would you do that unnecessarily?
Why wouldn't SELECT FOR UPDATE WAIT 1 solve any issues you have?
Again ... I've read what you've written but I still don't see a business case that indicates what you are doing must be done as you are doing it.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Sat Nov 04 2006 - 16:35:01 CST
![]() |
![]() |