orecle查询关键字段存在的存储过程或Job

select * from user_source

where upper(text) like '%REPORT_DAILYCONSIGN%';

select * from user_jobs
where lower(what) like '%reportdayconsign%'

原文地址:https://www.cnblogs.com/Cuiy/p/3991283.html