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: Getting proccess ids in NT

Re: Getting proccess ids in NT

From: Jason Judge <jason.judge_at_virgin.net>
Date: Thu, 24 Jun 1999 00:07:54 +0100
Message-ID: <7krp4f$37n$1@nclient3-gui.server.virgin.net>


The 'ps' command in MKS Toolkit does a good job at getting the threads and processes. It is a bit slow though and can take a few seconds to work it all out.

JJ

Jonathan Lewis wrote in message
<930131699.14386.0.nnrp-03.9e984b29_at_news.demon.co.uk>...
>If you really feel you need to see this information
>you probably need to get the Windows NT Resource
>kit, which includes a couple of 'process viewers' with
>names like
> pviewer
>and
> pview
>
>
>--
>
>Jonathan Lewis
>Yet another Oracle-related web site: www.jlcomp.demon.co.uk
>
>Verma wrote in message <01bebcf8$f01e9540$1aae4e0c_at_Verma.medco.com>...
>>In Unix environment, we can trace back each Oracle session to the Unix
>>process by juggling with v$session and v$process. We take help of ps
>>command in unix for getting the exact process id.
>>
>>How do we do this thing in Windows NT environment ?
>>
>>I tried something by invoking the Task Manager and then looking at the
>>running processes. It shows the PIDs for programs running. But I could not
>>trace any PIDs to the pids being displayed in the v$ views.
>>
>>Am I doing something wrong ?
>>
>>Please help
>>
>>TIA
>>
>>Verma
>
>
Received on Wed Jun 23 1999 - 18:07:54 CDT

Original text of this message

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