Multi-logon question - Part 2
Hi,
I have broken the 3038788 thread with my reply. Therefore as I am not able to fix the reply, I have decided to move to this new thread.
lloon, thank you for your reply. I have read the suggested article, How to Determine which APEX user, application and page is associated with a long running database session id 732793.1 I have run the sql statement mention in this article:
select sid, serial#, client_info, client_identifier, module, action
from v$session
where status = 'ACTIVE'
and type <> 'BACKGROUND'
and ouser <> 'SYSTEM';
If I run the query from APEX SQL Command window, the return sql output does not contain any information of the currently connected application users. I only get a single output line containing the following:
0