execute_query
Execute a SQL SELECT query on an Oracle database. Provide the SQL without a trailing semicolon to retrieve results.
Instructions
Execute a SQL SELECT query against the Oracle database and return the results. Use standard Oracle SQL syntax. Do NOT include a trailing semicolon — it is added automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL SELECT query to execute (without trailing semicolon) |