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: Tobias Besch <me_at_privacy.net>
Date: 7 Mar 2004 12:24:22 GMT
Message-ID: <Xns94A587B71F028tobiasbeschgmxde@ID-86573.user.dfncis.de>


Daniel Morgan <damorgan_at_x.washington.edu> wrote in news:1078602727.723486_at_yasure:

> Create a savepoint
> Lock the row
> Rollback to savepoint

But then would the UPDATE of the stored procedure be undone. So that's not useful.

Tobias Received on Sun Mar 07 2004 - 06:24:22 CST

Original text of this message

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