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 14:24:17 GMT
Message-ID: <36EFBB5D.4AA827CB@mci.com>


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 - 08:24:17 CST

Original text of this message

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