Determining whether the stored procedure execution is completed oracle

select name from v$db_object_cache where locks > 0 and pins > 0 and type='PROCEDURE';

Reproduced in: https: //my.oschina.net/u/2552902/blog/543950

Guess you like

Origin blog.csdn.net/weixin_33832340/article/details/92326422