Skip to content

Instantly share code, notes, and snippets.

@hanson-andrew
Created March 25, 2013 13:10
Show Gist options
  • Save hanson-andrew/5236989 to your computer and use it in GitHub Desktop.
Save hanson-andrew/5236989 to your computer and use it in GitHub Desktop.

Revisions

  1. hanson-andrew created this gist Mar 25, 2013.
    3 changes: 3 additions & 0 deletions new_gist_file
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    SELECT owner, name, type, line, text
    FROM dba_source
    WHERE instr(UPPER(text), UPPER(:srch_str)) > 0;