Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I see the source code of a stored procedure through Sql*plus ?
oops!
I meant:
SELECT text FROM dba_source WHERE name=<proc name> ORDER BY line;
Steven Franklin wrote:
> 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 - 09:31:20 CST
![]() |
![]() |