list_tables
Retrieve tables from a specified schema or all accessible schemas in an Oracle database, filtering by table name patterns using wildcards. Streamlines database introspection for efficient SQL query preparation.
Instructions
List tables from specified schema or all accessible schemas
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pattern | No | Table name pattern (supports % wildcards) | |
schema | No | Schema name (optional, shows all accessible schemas if not specified) |