list_tables
Fetch all tables from an Oracle database with support for name pattern filtering and pagination.
Instructions
Get a list of all tables in the oracle database with optional filtering and pagination
Args:
pattern (string, optional): Filter tables by name pattern (case-insensitive)
limit (int, optional): Maximum number of tables to return. Default is 50
offset (int, optional): Number of tables to skip. Default is 0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| pattern | No |