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: Stored proc. and sqlplus

Re: Stored proc. and sqlplus

From: rkajda <rkajda_at_ComArch.pl>
Date: Tue, 09 Feb 1999 14:29:37 GMT
Message-ID: <36C045B5.1E016F4B@ComArch.pl>


Hi
You can see header by writing desc [describe] procedure_name, text of procedure you can retrieve by
select text from all_source where owner = procedure.owner and name = procedure.name

Ulf Grindstad wrote:

> How can I recieve the definition of an stored procedure in sqlplus ?
> Klaus


Received on Tue Feb 09 1999 - 08:29:37 CST

Original text of this message

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