Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Korn Shell & Sqlplus

RE: Korn Shell & Sqlplus

From: Jesse, Rich <Rich.Jesse_at_qtiworld.com>
Date: Tue, 21 May 2002 08:33:35 -0800
Message-ID: <F001.0046606C.20020521083335@fatcity.com>


According to Oracle Support, in 8.1.6, this can cause processes and locks of the KILLed sessions to hang. And we've seen it. Even after 24 hours, the processes are still listed in V$SESSION, but they have no corresponding entry in V$PROCESS. At this point, the only fix is to bounce the instance.

Yes, I don't like killing the processes server-side, either, but in this case we don't have a choice. Also, I haven't been able to find a Metaclink article on when this is supposedly fixed. It doesn't matter because our 3rd-party software vendor won't support anything but 8.1.6.0.0. <sigh>

Rich Jesse                           System/Database Administrator
Rich.Jesse_at_qtiworld.com              Quad/Tech International, Sussex, WI USA


> -----Original Message-----
> From: Stephane Faroult [mailto:sfaroult_at_oriole.com]
> Sent: Monday, May 20, 2002 3:26 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Korn Shell & Sqlplus
>
> Killing Oracle server processes is definitely bad manners.
> Especially
> if you are using MTS. Even if you are not, the proper way to kill an
> Oracle process is to use ALTER SYSTEM KILL SESSION. I think that you
> should use the DBMS_APPLICATION_INFO package to set something
> like 'Hey!
> Shoot me!' in your CLIENT_INFO column in V$PROCESS - it would make it
> easier to another process to log as DBA, spot the process and bang.
> Another thing that you might want to explore are profiles - you can
> define and set a profile with limits to suit your needs, and
> let Oracle
> do the dirty work.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jesse, Rich
  INET: Rich.Jesse_at_qtiworld.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue May 21 2002 - 11:33:35 CDT

Original text of this message

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