oracle 查詢某一個表中數據被鎖的時間

select * from v$lock a ,all_objects b  
where ctime > 1222 and type='TM' 
and a.id1=b.object_id and b.object_name = ''

###b.object_name對應要查詢的表
相關文章
相關標籤/搜索