Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Collect concurrent user details

edited Oct 21, 2013 7:29AM in Core Concurrent Processing - EBS (MOSC) 9 commentsAnswered
 Hi All
Please update me query to collect information regarding current number of concurrent user, who logged in EBS and active.
I'm using below two query.
Select count(*) from v$session where username is not null; 
select count(*),sum(decode(status, 'ACTIVE',1,0)) from v$session where type= 'USER' and status='ACTIVE';

Regards
Brijesh Dubey

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center