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: ORAKILL doesn't work

Re: ORAKILL doesn't work

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Wed, 30 Apr 2003 11:52:25 -0700
Message-ID: <3EB01B69.A7A42B6C@exxesolutions.com>


John wrote:

> After noticing a SELECT statement that hung on Oracle 8i and Win2K, an
> ALTER SYSTEM KILL SESSION command was issued to kill the session.
>
> After four hours, we tried to TRUNCATE the same table the original
> SELECT statement/session was using; however, it apparently was still
> holding onto the table we were trying to TRUNCATE.
>
> Next we tried ORAKILL. It's been 3 hours since then and the database
> is not under much of a load ( 5% CPU ) and the original session is
> still in its 'KILLED' state.
>
> Is there anything else that can be done?
>
> Thank you,
> John

SHUTDOWN ABORT
STARTUP
SHUTDOWN IMMEDIATE
STARTUP

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Wed Apr 30 2003 - 13:52:25 CDT

Original text of this message

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