Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL: How release row lock w/o COMMIT?
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