list_procedures
Retrieve a list of stored procedures, functions, and packages in an Oracle database schema, with optional filtering by name pattern and object type.
Instructions
List stored procedures, functions, and packages in a schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by object type | |
| filter | No | LIKE pattern to filter object names | |
| schema | No | Schema name (defaults to current user's schema) | |
| connection | Yes | Name of the database connection to use |