Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I Release a Locked Record?
Presumably this hasn't changed in Oracle 8.x.
Both command COMMIT and ROLLBACK release locks. So if you decide no changes are needed then use ROLLBACK.
-- Alan D. Mills Troy Perchotte wrote in message <361D54AB.A2BD4A5B_at_headroom.com>...Received on Fri Oct 09 1998 - 00:00:00 CDT
>
>Is there any command that I can issue to just unlock a given record?
>