How to find text in oracle stored procedure abhisanto Oracle Interview Questions March 13, 2013 1 Minute USE : user_source tableselect * from user_source where type = ‘PROCEDURE’ and lower(text) like lower(‘%text%’); Share this:TwitterFacebookLike this:Like Loading... Published March 13, 2013