oracle 存儲(chǔ)過程 是否正在執(zhí)行
查詢正在執(zhí)行的存儲(chǔ)過程
select name from v$db_object_cache where locks > 0 and pins > 0 and type='PROCEDURE';
select name from v$db_object_cache where locks > 0 and pins > 0 and type='PROCEDURE';
posted on 2010-08-25 15:10 龔椿深 閱讀(307) 評(píng)論(0) 編輯 收藏