I need to search through all of the stored procedures in an Oracle database using TOAD. I am looking for anywhere that the developers used MAX + 1 instead of the NEXTVAL on the
If you use UPPER(text), the like '%lah%' will always return zero results. Use '%LAH%'.
UPPER(text)
like '%lah%'
'%LAH%'