Skip to main content

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?

Hi @BLLBrucemo,

Are you referring to the below view in Administrator lobby?

 

 


Hi @BLLBrucemo 

did you try this?

select * from IFSAPP.FND_CLIENT_LOGON

Check also your permission sets.

 


@Himasha Abeywickrama 

select * from FND_CLIENT_LOGON_TAB