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 do I see the source code of a stored procedure through Sql*plus ?

Re: How do I see the source code of a stored procedure through Sql*plus ?

From: Steven Franklin <steven.franklin_at_mci.com>
Date: Wed, 17 Mar 1999 15:31:20 GMT
Message-ID: <36EFCB15.5AEA949A@mci.com>


oops!
I meant:
SELECT text FROM dba_source WHERE name=<proc name> ORDER BY line;

Steven Franklin wrote:

> SELECT text FROM dba_source ORDER BY line;
>
> sreeramav_at_my-dejanews.com wrote:
>
> > How do I see the source code of a stored procedure through Sql*plus ?
> >
> > -----------== Posted via Deja News, The Discussion Network ==----------
> > http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Wed Mar 17 1999 - 09:31:20 CST

Original text of this message

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