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: <tim.mcconechy_at_runtime.dk>
Date: Thu, 18 Mar 1999 11:53:45 GMT
Message-ID: <7cqpg7$dtd$1@nnrp1.dejanews.com>


Eller:

SET LONG 100000
select text from all_source where type='PROCEDURE' and NAME='YOUR_NAME'

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Mar 18 1999 - 05:53:45 CST

Original text of this message

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