List Oracle tables
list_tablesLists table names for a schema owner or connected user, with an optional LIKE filter, so you can find the right table before retrieving its 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. |