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: Cannot kill a user connected to the database

Re: Cannot kill a user connected to the database

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 19 Mar 2007 14:39:10 -0700
Message-ID: <1174340349.991765@bubbleator.drizzle.com>


yaru22 wrote:
> Hi,
>
> I have to kill this user on my database but it cannot be killed.
>
> When I check v$session, there's the user.
>
> However, when I try to kill the user by
>
> alter system kill session 'sid,serial#' immediate
>
> It says ORA-00030: User session ID does not exist.
>
> How should I do in this case?
>
> I couldn't even shutdown the database.
>
> Whenever I try to shutdown the database, it just hangs.
>
> Thank you.

What version?

What is the result of the following query? SELECT osuser, schemaname, state, status FROM gv$session;

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Mar 19 2007 - 16:39:10 CDT

Original text of this message

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