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:Oracle session from Unix process id

Re:Oracle session from Unix process id

From: <dgoulet_at_vicr.com>
Date: Wed, 06 Mar 2002 14:34:35 -0800
Message-ID: <F001.004215D6.20020306143435@fatcity.com>


Chris,

    Looks like your question has been trashed. Anyway from the subject line I assume (OH, that word again) that you have a Unix process id that you want to trace back to the session id. To do so,

    select sid from v$session, v$process

      where paddr = addr
      and spid = 'Unix Process ID';


Dick Goulet

____________________Reply Separator____________________
Author: "Chris Beckley" <Chris.Beckley_at_integic.com>
Date:       3/6/2002 1:38 PM

<encoded content removed -- binaries not allowed by ListGuru>

The previous attachment was filtered out by the ListGuru mailing software at fatcity.com because binary attachments are not appropriate for mailing lists. If you want a copy of the attachment which was removed, contact the sender directly and ask for it to be sent to you by private E-mail.

This warning is inserted into all messages containing binary attachments which have been removed by ListGuru. If you have questions about this message, contact Postmaster_at_fatcity.com for clarification.

<encoded content removed -- binaries not allowed by ListGuru>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: dgoulet_at_vicr.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 Mar 06 2002 - 16:34:35 CST

Original text of this message

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