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: V$session

RE: V$session

From: Hallas, John <HallasJ_at_logicae.com>
Date: Wed, 02 May 2001 10:56:51 -0700
Message-ID: <F001.002F7768.20010502093027@fatcity.com>

FOR YOUR INFORMATION ESIS and EPFAL are now part of Logica. The Internet email addresses of the staff has changed to the following - lastnameinitial_at_logica.com eg SMITHK_at_logica.com. Emails using the old format will continue to be delivered until 30th June 2001.

Funnily enough I have just been trying to identify rogue processes at the Unix level and did the following

Ps -ef|grep oracle | sort -nr +2

Which gave me a lsit of processes with the 3rd field not set to a genuine owner process. I removed all the pmon, arch processes etc and was left with the following line
oracle 22138 1 0 16:52:16 - 0:00 oracleeval
(DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ)))

Going into sqlplus I queried V$session with the following query

select sid,serial#,paddr,process from v$session order by 2,4

and determined that the process 22138 was not listed in Oracle and therefore was defunct. I therefore believe that it is correct to kill -9 the Unix process.

Is my thinking correct on all this

John

This e-mail and any files transmitted with it, are confidential to Logica and are intended solely for the use of the individual or entity to whom they are addressed.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hallas, John
  INET: HallasJ_at_logicae.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 Wed May 02 2001 - 12:56:51 CDT

Original text of this message

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