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: How to retrieve program code ?

Re: How to retrieve program code ?

From: Tilo Anschütz <tanschuetz_at_smtp.airplus.de>
Date: Fri, 10 Jul 1998 09:18:30 +0200
Message-ID: <35A5C046.647@smtp.airplus.de>


Hi Stephan,

try

select text from all_source
where name = '...'
and type = 'PROCEDURE'
order by line;

So long

Tilo

Stephan Gloor wrote:
>
> Hello.
>
> Where is are stored procedure stored in the database ? How can the
> program code be retrieved by exectuing an SQL statement ? All I'm
> currently able to retrieve is the procedure definition, but not the
> source.
> Regards,
> Stephan
Received on Fri Jul 10 1998 - 02:18:30 CDT

Original text of this message

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