Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all articles
Browse latest Browse all 14708

Re: SQL Query to find who all users are Idle for the maximum time

$
0
0

 

Maybe this query helps

 

SELECT session_id, start_time, end_time, domain_name, project_name, user_name,
client_type, slh_license_type
FROM QCSITEADMIN_DB_ALM11.sessions_history, QCSITEADMIN_DB_ALM11.session_license_history
WHERE slh_session_id = session_id
AND slh_license_type = 1
AND TO_DATE (start_time, 'dd/mm/yyyy') = TO_DATE(sysdate,'dd/mm/yyyy')
AND end_time IS NULL

 

http://qualitycenterstepbystep.com/?p=122


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>