Files
genai-toolbox/docs/en/resources/tools/oracle/oracle-execute-sql.md
Vijay Balebail 3a19a50ff2 feat(sources/oracle): add Oracle Source and Tool (#1456)
## Description

---
> Should include a concise description of the changes (bug or feature),
it's
> impact, along with a summary of the solution

## PR Checklist

---
> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes https://github.com/googleapis/genai-toolbox/issues/488

---------

Co-authored-by: duwenxin <duwenxin@google.com>
Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
2025-10-09 21:29:01 -04:00

784 B

title, type, weight, description, aliases
title type weight description aliases
oracle-execute-sql docs 1 An "oracle-execute-sql" tool executes a SQL statement against an Oracle database.
/resources/tools/oracle-execute-sql

About

An oracle-execute-sql tool executes a SQL statement against an Oracle database. It's compatible with the following source:

oracle-execute-sql takes one input parameter sql and runs the sql statement against the source.

Note: This tool is intended for developer assistant workflows with human-in-the-loop and shouldn't be used for production agents.

Example

tools:
  execute_sql_tool:
    kind: oracle-execute-sql
    source: my-oracle-instance
    description: Use this tool to execute sql statement.