+ Reply to Thread
Results 1 to 2 of 2

Oracle Processes

  1. Oracle Processes

    Hi,

    How to find out number of concurrent processes at any point of time in 10g ?

    Thns in advance
    Bye
    Sabya

  2. Re: Oracle Processes

    Hi,

    You can find out concurrent processes using following query.

    select count(*) from v$session where username is null;
    Thanks and Regards,
    Gitesh Trivedi
    Dbametrix Solutions

+ Reply to Thread