Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is the select to get the list of stored procedures and their parameter

davidthi808-JavaNetOct 10 2010 — edited Oct 13 2010
Hi;

We need to pull all stored procedures and their parameters from a database's metadata. What is the select to do this?

For each stored procedure we need:
1. scheam
2. name
3. description (not critical)
4. is it a system or user SP
5. return type (not critical)
6. The parameters (see below)

And for each parameter:
1. name
2. data type
3. direction (in, out, etc)
4. Does it have a default (not critical).

Any suggestions on how to pull this info? We are accessing the database via an ADO.NET connector.

thanks - dave
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 10 2010
Added on Oct 10 2010
8 comments
2,008 views