Question

Apps9: How can i tell how many users are logged on?

  • 7 February 2022
  • 3 replies
  • 153 views

Userlevel 6
Badge +11

I am trying to get an average of the number of users logged on at any one time but struggling a bit.

Noticed in the administrator lobby there is an element that counts current users but when i try to query that view I get no results.

 

select * from FND_CLIENT_LOGON

 

Can anyone suggest a way?


This topic has been closed for comments

3 replies

Userlevel 7
Badge +18

Hi @BLLBrucemo,

Are you referring to the below view in Administrator lobby?

 

 

Userlevel 7
Badge +22

Hi @BLLBrucemo 

did you try this?

select * from IFSAPP.FND_CLIENT_LOGON

Check also your permission sets.

 

Userlevel 6
Badge +14

@Himasha Abeywickrama 

select * from FND_CLIENT_LOGON_TAB