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: PL/SQL: How release row lock w/o COMMIT?

Re: PL/SQL: How release row lock w/o COMMIT?

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sat, 06 Mar 2004 11:52:42 -0800
Message-ID: <1078602727.723486@yasure>


Tobias Besch wrote:

> "Jim Kennedy" <kennedy-downwithspammersfamily_at_attbi.net> wrote in
> news:YRn2c.57644$ko6.406364_at_attbi_s02:
>
>

>>Investigate savepoint.  You might also use dbms_lock package,
>>but it would require that othes use it.

>
>
> How could savepoints help me?
>
> Tobias

Create a savepoint
Lock the row
Rollback to savepoint

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Sat Mar 06 2004 - 13:52:42 CST

Original text of this message

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