Created
          March 25, 2013 13:10 
        
      - 
      
- 
        Save hanson-andrew/5236989 to your computer and use it in GitHub Desktop. 
Revisions
- 
        hanson-andrew created this gist Mar 25, 2013 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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;