1) Ability to filter objects (SPROC/functions/tables) with a LIKE (not a contains) and have multiple filters on at the same time
LIKE 'usp_hv%'
OR 'xsp_hv%'
OR '%maint'
2) Ability to search within CODE using SQL without opening a separate tool
SELECT type, name, line, text
FROM user_source
WHERE UPPER(text) LIKE UPPER('%Text to search for%');
1 comment:
Your post about technology was very helpful to me. Very clear step-by-step instructions. I appreciate your hard work and thanks for sharing.
Oracle Training in Chennai
Oracle Training
Oracle Course in Chennai
Post a Comment