How to determine the number of concurrent processes in Oracle 10g
5 pts.
0
Q:
How to determine the number of concurrent processes in Oracle 10g
How can I find out the number of concurrent processes at any point of time in 10g database
ASKED: Jun 8 2009  10:50 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
340 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
I'm not sure if this is what you are looking for or not.

select count(*) from v$process;
Last Answered: Jun 9 2009  3:18 PM GMT by Djeepp   340 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0