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.
Printable View
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.
DBA_PROCEDURES, DBA_SOURCE will give you the information.
HTH