Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Scanning the source code ?

Scanning the source code ?

From: Richard Elliott <richard.a.elliott_at_williams.com>
Date: 20 Mar 2003 05:37:52 -0800
Message-ID: <8c132b3c.0303200537.7a3e2ade@posting.google.com>


I need to scan all the objects for the occurance of several "key" words. If possible I would like to extract all the source for the objects and put it in a single table with the object name, object type and line of source as a row.

Is there an easy way to do this, or can I scan the data dictionary directly. I don't need to update any data, just run some like() clauses against the source.

I am looking for "Hardcoded" items such as Company Name etc..in the procedures, packages, functions etc..

Thanks in advance for any/all help. Received on Thu Mar 20 2003 - 07:37:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US