ORACLE中查找字符串在数据库的位置

select *
from all_source
where OWNER = 'IMES_M8A'
and TEXT like '%PRD_ALARM_STD%'

原文地址:https://www.cnblogs.com/hanzonghao/p/13398822.html