How to get list of parameters or arguments for a stored procedure
507661Aug 16 2007 — edited Aug 16 2007Hi,
Is there a way we can get the list of arguments or parameters for a stored procedure through Data Dictionary?
I mean the way oracle has Meta Data tables like user_tables/dba_tables, user_triggers/dba_triggers through which we can get information about tables, triggers etc, in the same way is there a way in oracle so that we can get information about a procedure like what kind of arguments need to be passed, are they IN or OUT parameters, and what is their Data Types?
I could find there is one View dba_procedures, but it does not give any information about the arguments a procedure takes.
Thanks,
Makrand
Thansk