Skip to main content
Solved

how to know which users are logged in EE?


Forum|alt.badge.img+3
  • Do Gooder (Partner)
  • 6 replies

Hello,

Is it possible to know what users are connected in real time in Enterprise Explorer?

Thank you in advance,

Regards,

Best answer by Novishan Dissanayake

Hi @shecosa,

 

You can log in to the database directly and query the table ‘FND_CLIENT_LOGON_TAB’ to see the logged-in user sessions.

 

Cheers!

Novishan

View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

5 replies

Novishan Dissanayake
Hero (Partner)
Forum|alt.badge.img+13

Hi @shecosa,

 

You can log in to the database directly and query the table ‘FND_CLIENT_LOGON_TAB’ to see the logged-in user sessions.

 

Cheers!

Novishan


Forum|alt.badge.img+14
  • Superhero (Employee)
  • 169 replies
  • May 4, 2021

Hi Shecosa,

this might give you some insight as well.

 

regards,

Sahan


Forum|alt.badge.img+3
  • Author
  • Do Gooder (Partner)
  • 6 replies
  • May 4, 2021
Novishan Dissanayake wrote:

Hi @shecosa,

 

You can log in to the database directly and query the table ‘FND_CLIENT_LOGON_TAB’ to see the logged-in user sessions.

 

Cheers!

Novishan

Thank you very much!!


Forum|alt.badge.img+3
  • Author
  • Do Gooder (Partner)
  • 6 replies
  • May 4, 2021
Sahan Udana wrote:

Hi Shecosa,

this might give you some insight as well.

 

regards,

Sahan

Thank you very much!


Charith Epasinghe
Superhero (Employee)
Forum|alt.badge.img+13

Normally oracle table "FND_CLIENT_LOGON_TAB" gets and entry when a user successfully login to IFS Application. And that gets cleared when the user gets off from the application.Querying on FND_CLIENT_LOGON_TAB gives you all the currently logged in users to the system. However, it should be noted that FND_CLIENT_LOGON_TAB removes the user from that table if the user has been idle for a long time.

1. Login to database using PLSQL Developer or any other SQL developer tool using application owner account (IFSAPP).
2. Query "fnd_client_logon_tab" in the database (use SQL statement "SELECT * FROM fnd_client_logon_tab") 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings