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: XU <xux_at_informa.bio.caltech.edu>
Date: 16 Mar 1999 23:07:58 GMT
Message-ID: <7cmo8e$hfl@gap.cco.caltech.edu>


select text from user_source where name = 'your_procedure';

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 Tue Mar 16 1999 - 17:07:58 CST

Original text of this message

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