Hi Team,
I work on Oracle 11g database.
I am searching for code where this string is used (can be package ,proc,function) in my DB using DBA_SOURCE.
The string is like CDA___CDCA_PostStore_PreGold4.csv with below sqls none of it is working..Can you help
SELECT * FROM DBA_SOURCE
WHERE lower(text) LIKE '%poststore%' ;
SELECT * FROM DBA_SOURCE
WHERE upper(text) LIKE '%CDA%' ;
Thanks,
S