Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> 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: Emmanuel Bontemps <ebo_at_mgn.net>
Date: Wed, 17 Mar 1999 14:55:50 +0000
Message-ID: <36EFC276.E3A4834E@mgn.net>

select line, text
from user_source
where name = upper(<proc_name>);

sreeramav_at_my-dejanews.com a écrit :
>
> 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:55:50 CST

Original text of this message

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