Stack Exchange network consists of 176 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Apr 24, 2017 · inactive session kill Hi team,As i have seen i my db where active users are 15 and inactive session are 1500 so load become high then i kill the inactive session likealter system kill session 'SID,SERIAL#' immediate; it works fine and load become normal.So how to set the time then my inactive session will ki
Jul 17, 2013 · how many session is inactive? , how much time a session is in inactive state? and how to kill the inactive session? Session Currently connected to Database: set pagesize 100 set linesize 132 col logontime format a15 col username format a10 col terminal format a13 col program format a49 col osuser format a13 col status format a8 col sid format 9999
Apr 24, 2017 · inactive session kill Hi team,As i have seen i my db where active users are 15 and inactive session are 1500 so load become high then i kill the inactive session likealter system kill session 'SID,SERIAL#' immediate; it works fine and load become normal.So how to set the time then my inactive session will ki
also there is procedure which kills inactive sessions every 5 minutes, but it works only on username like 'BILL' so it should not close connection for app users which are connected to AK_POOL_USER;