when will be the session details remove from the v$session view after killing an session?
Hi All,
I created a user named SCOTT followed by the table creation named EMPLOYEES.
on one session I connected to DB as SCOTT and on another one as SYS user and checked the session status using v$session view as shown below..
Then I killed the SCOTT session and checked the status on the session - Now it is showing Killed as shown below..
my question is that if I killed the session then why this not removed from here? Even when I hit any sql query on SCOTT session then only it shows - your session has been killed.