/ Published in: SQL
Search all Oracle Database PLSQL Stored Procedures and Functions database code for a string
Expand |
Embed | Plain Text
SELECT * FROM user_source WHERE UPPER(text) LIKE UPPER('%'||'&string'||'%') ORDER BY type, name, line; -- Search all the code
You need to login to post a comment.
