Click to See Complete Forum and Search --> : stored procedure list


bang_dba
04-28-2003, 06:39 AM
hi,
how can i findout the number of stored procedures and the list of arguments sent to the soted procedure, and also whether it is IN or OUT.

jovery
04-28-2003, 06:54 AM
DBA_PROCEDURES, DBA_SOURCE will give you the information.

HTH