How to identify inactive login sessions?
I've written a sql script (10g DB) to capture login session data for use by another program. I've not been able to find a way to identify inactive login sessions. Unfortunately, inactive sessions and active sessions don't have an end time. Is there some DB flag that gets set, or is there some other way to identify sessions that have expired due to user inactivity? Thanks, I appreciate the help.
0