Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Tools > Re: pl/sql deve...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 3 Topic 2679 of 2833
Post > Topic >>

Re: pl/sql developer question

by DA Morgan <damorgan@[EMAIL PROTECTED] > Dec 4, 2007 at 09:58 PM

Lee wrote:
> I've been spoiled a bit by using Quest's Sql*Navigator.
> 
> I've been trying to wean myself away from that and onto ORacle's pl/sql 
> developer but there's one function I havent found (or its plain not
there).
> 
> Every once in a while it would be nice to search over all stored 
> procedure (all stand alones, package definitions and package bodies, 
> maybe triggers too) searching for some string.
> 
> I *think* I got pl/sql dev to search over a given procedure body but 
> searching accross procedures has so far eluded me.
> 
> Is there a way to do it (Well, yeah I could search in the dictionary 
> table of user_source natively, but I mean a neat way through the gui) or

> am I out of luck?
> 
> Any favorite free or cheap ( <= $100 ) tools to recommend ?

SELECT DISTINCT owner, name, type, line
FROM all_source
WHERE text LIKE '%<your_search_string>%';

The tool I prefer is free: SQL*Plus.
-- 
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Wa****ngton
damorgan@[EMAIL PROTECTED]
 (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
 




 3 Posts in Topic:
pl/sql developer question
Lee <Lee@[EMAIL PROTEC  2007-12-04 23:04:10 
Re: pl/sql developer question
DA Morgan <damorgan@[E  2007-12-04 21:58:29 
Re: pl/sql developer question
Lee <leeh@[EMAIL PROTE  2007-12-05 12:33:26 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 19:38:40 CST 2008.