|
|
原帖由 zhydyt 于 2008-4-25 10:38 发表 ![]()
几年前在windows平台可以用orakill杀掉windows线程,抱着试试的心态,用 orakill杀掉了ORACLE.EXE(DW01)的线程,
请教楼主个问题:window平台orakill怎么使用? 我试过好多次都用不了. 能不能举个例子让小弟学习一下,谢谢!
c:>orakill -help
Usage: orakill sid thread
where sid = the Oracle instance to target
thread = the thread id of the thread to kill
The thread id should be retrieved from the spid column of a query such as:
select spid, osuser, s.program from
v$process p, v$session s where p.addr=s.paddr |
|