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: SID and sessionid

Re: SID and sessionid

From: Kenneth Koenraadt <plovmand_at_mail-online.dk>
Date: 29 Dec 2002 13:25:32 -0800
Message-ID: <25fb645f.0212291325.35a99b44@posting.google.com>


Hi Zeb,

select a.username,b.spid "server process ID", b.pid "Client process ID"   FROM v$session a, v$process b
 WHERE a.paddr = b.addr
   AND a.audsid =userenv('SESSIONID');

"zeb" <thierry.constant2_at_wanadoo.fr> wrote in message news:<3e0f0ca2$0$17152$626a54ce_at_news.free.fr>...
> The goal is to find the pid of my server process ...
Received on Sun Dec 29 2002 - 15:25:32 CST

Original text of this message

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