Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help on stored procedure
In SQL*Plus, use the describe command.
SQL> describe get_ename
PROCEDURE get_ename
Argument Name Type In/Out Default? ------------------------------ ----------------------- ------ -------- IN_EMPNO NUMBER IN OUT_ENAME CHAR OUT
SQL>
Chialin Chou wrote:
>
> Is there a way that I can query the parameter names and the data types
> of a stored procedure?
> Thanks.
>
> Chialin Chou
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> chichou_at_ximage.com
Received on Wed Oct 01 1997 - 00:00:00 CDT
![]() |
![]() |