Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

select s.machine,s.username,s.status,s.sid,s.serial#,p.

spid from v$session


s,v$process p where p.addr=s.paddr and sid=&sid;

In Linux Level

kill -9 spid

In Windows Level (sid is service id which is given in service.msc)

orakill sid spid

You might also like