Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Procedures within Packages
Stephan,
beware of the dynamic SQL part ... I have a package that uses only dynamic sql, don't ask why. Such tool might be insufficient for dynamic sql.
Raj
--- Stephen.Lee_at_DTAG.Com wrote:
>
> If I get time (don't hold your breath), I might fiddle with a ksh script.
>
> But a suggestion to get you started is to head to asktom.oracle.com and
> search for getallcode. He has a couple of seriously handy scripts
> (getcode.sql and getallcode.sql) for extracting the source code for a
> schema. Even if you don't intend to use them for this project, your life
> will be happier if you get them anyway. I think what I would do is suck out
> the code with Tom's scripts, then use ksh to parse through the files and
> look for words like FROM, INTO, PROCEDURE, FUNCTION using a case insensitive
> search (e.g. [Ff][Rr][Oo][Mm]).
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Jul 01 2004 - 06:02:24 CDT