select saddr,sid,serial#,paddr,username,status from v$session where username is not null and username = 'EHR' ; select 'alter system kill session '''||sid||','||serial#||''';' from v$session where username is not null and username = 'EHR' ; alter sys…