list_tables
Retrieve table names from Oracle database schemas using optional filters for schema and table patterns to identify available data structures.
Instructions
List tables from specified schema or all accessible schemas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (optional, shows all accessible schemas if not specified) | |
| pattern | No | Table name pattern (supports % wildcards) |