List Oracle tables
list_tablesIdentify available Oracle tables by connected schema or owner, with optional SQL LIKE filtering, so you can choose which tables to inspect for column details.
Instructions
Lists table names for the connected schema or an explicit OWNER, optionally filtered by a SQL LIKE pattern. Call this before describe_table; it does not return columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| like | No | Optional SQL LIKE pattern, for example "CUST%". | |
| owner | No | Schema owner to inspect. Defaults to the connected user. |