oracle sql语句怎么查询所有存储过程中是否包含某个注释?

select text from all_source where type='PROCEDDURE' and name='过程名'
and instr(text,'注释内容')>0 

posted @ 2017-05-02 16:31  左正  阅读(4191)  评论(0编辑  收藏  举报