Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How do I see the source code of a stored procedure through Sql*plus ?
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
![]() |
![]() |