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 -> can't see C/S processes in v$session, v$process tables

can't see C/S processes in v$session, v$process tables

From: news xerox <christian.coisnon_at_fra.xerox.com>
Date: Fri, 3 Nov 2000 12:33:25 +0100
Message-ID: <8tu7j4$l43$1@news.wrc.xerox.com>

Hi,

I'm trying to understand where the ressources of my server disappeared.( cpu, virtual memory, I/O).
The problem is that the table v$session doesn't reflet Unix processes (solaris 2.6)
SQL> select count(*) from v$session;

  COUNT(*)


       110

and
ps -ef | grep oracleD|wc -l

     151

Does anyone have an idea of why there is some Unix processes that are not registered in v$process?

Thanks a lot. Received on Fri Nov 03 2000 - 05:33:25 CST

Original text of this message

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