Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: session_id & PID
For example, to get the Oracle sid and Unix pid of your current session
you can use:
select s.sid /* Oracle SID */, s.serial# /* Oracle serial number */, s.username /* Oracle username */, p.spid /* OS pid */, p.username /* OS username */,
Tenot Christophe a écrit dans le message <7qjttc$cae$1_at_mars.worldonline.fr>...
>Dear all,
>
>I'm trying to have the correspondance between the oracle SID and a UNIX
>PID....
>Is there anybody have any idea how to do?
>
>many thanks...
>
>best regards
>
>Christophe
>
>
Received on Thu Sep 02 1999 - 02:29:17 CDT
![]() |
![]() |