How can one search PL/SQL code for a string/ key value? SELECT type, name, line FROM user_source WHERE UPPER(text) LIKE UPPER('%&KEYWORD%');