Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to obtain description about stored procedures and functions from Oracle.
Ashwin K Gudidevuni wrote:
> Hi,
>
> Is there any way to obtain description about stored procedures and functions
> from Oracle database.
>
> Thank you in advance.
> Ashwin.
>
>
One way is to type (in SQL*Plus):
desc <proc_name>
Received on Fri Jan 16 2004 - 20:56:26 CST
![]() |
![]() |