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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Scanner for PLSQL

Re: Scanner for PLSQL

From: Bricklen Anderson <bricklen13_at_hotmail.com>
Date: 22 Feb 2002 11:40:41 -0800
Message-ID: <b416ca2d.0202221140.7efe0dfb@posting.google.com>


at the sqlplus prompt:
desc your_package_name (or procedure etc) and it will list the contents
if you want the actual code of those objects, try looking in user_source or all_source.

adam.sauer_at_web.de (Adam Sauer) wrote in message news:<111c9c46.0202220252.ec6411b_at_posting.google.com>...
> Hello,
>
> I am working with PLSQL. Does somebody know, whether there is a kind
> of a scanner, to scan a package to visualize all procedures and
> sub-procedures used in this package.
>
> The possibilities of the PLSQL-Developer are not sufficient for my
> problem.
>
> Thank you for your response.
>
> Adam Sauer
Received on Fri Feb 22 2002 - 13:40:41 CST

Original text of this message

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