Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to delete a lock
dn.perl_at_gmail.com wrote:
> HansF wrote:
>> - you may terminate the session manually using the >> 'alter system kill session' command >> as described in the "SQL Language Reference" manual for >> the version of database you use. (see http://docs.oracle.com) >>
Go to www.psoug.org and click on Morgan's Library. Scroll down to Killing Sessions.
But before you do anything else run this:
SELECT status
FROM gv$session
WHERE sid = <sid>
AND serial# = <serial#>;
What is the status?
-- 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 Mon Aug 07 2006 - 22:21:30 CDT
![]() |
![]() |