© 1999-2048 dssz.net 粤ICP备11031372号
[Oracle] oracle 锁表查询
说明: 先查看哪些表被锁住了 select b.username,b.sid,b.serial#,logon_time from v$locked_object a,v$session b where a.session_id = b.sid and sid in( select a.SESSION_ID from v$locked_object a,dba_objects b where b.object_id = a.object_id and object_name ='HDM_COMPLETE<zz_2018> 上传 | 大小:4kb