select * from all_source where owner='user_name' and type = 'PROCEDURE' and upper(text) like upper('%table_name%'); //查询所有的存储过程中包含有固定表名
select * from all_source where owner='user_name' and type = 'PROCEDURE' and upper(text) like upper('%table_name%'); //查询所有的存储过程中包含有固定表名