Oracle進程管理 | 
    
| 發布時間: 2012/9/17 17:28:52 | 
|  
  Oracle查看被鎖的表 select p.spid,a.serial#, c.object_name,b.session_id,b.Oracle_username,b.os_user_name from v$process p,v$session a, v$locked_object b,all_objects c where p.addr=a.paddr and a.process=b.process and c.object_id=b.object_id - 
 SELECT sid, serial#, username, oSUSEr FROM v$session; 殺掉進程 alter system kill session 'sid,serial#'; 
 本文出自:億恩科技【www.endtimedelusion.com】  | 
    
       
       
       京公網安備41019702002023號