read_query
Run SELECT queries against an Oracle database to retrieve data, with an optional max_rows limit (default 100).
Instructions
Execute SELECT queries to read data from the oracle database
Args:
query (string): The SELECT query to execute
max_rows (int, optional): Maximum number of rows to return. Default is 100
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_rows | No |