Using V$session to Find Old Connections
632013Mar 23 2009 — edited Mar 23 2009hi experts,
In my 10.2 database, when I select from the V$session view, it returns a column named 'LOGON_TIME'. In my database, it does not contain a time - just 23-Mar-09 for example. I assume this is just what the name says - it is the date the session began.
Is there a way of finding sessions that have had no activity for several hours/days? I have learned that the STATUS column is not really any use to me.
Thanks, 10g on Windows.
John