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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: list procedure code

RE: list procedure code

From: Norris, Greg <Greg_Norris_at_mail.dor.state.mo.us>
Date: Mon, 17 Jul 2000 11:59:55 -0500
Message-Id: <10561.112189@fatcity.com>


select text from user_source

   where name = 'procname'
     and type = 'PROCEDURE'
   order by line;

> -----Original Message-----
> From: John Dunn [mailto:john.dunn_at_sefas.co.uk]
> Sent: 17 July, 2000 11:00 AM
> To: Multiple recipients of list ORACLE-L
> Subject: list procedure code
>
>
> How can I list the source code of a procedure from sqlplus?
>
Received on Mon Jul 17 2000 - 11:59:55 CDT

Original text of this message

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