Connect to Oracle database and execute SQL statements.
Author: langgenius
Version: 0.0.3
Type: tool
Repo: https://github.com/WilburOracle/dify-oracle-db-plugin
This plugin enables connections to Oracle databases (supporting Oracle Database 26ai and earlier versions) and offers two tools: one for executing SQL queries (e.g., SELECT statements) and another for running SQL commands (such as INSERT, UPDATE, or DELETE operations). It features a streamlined interface that allows direct interaction with Oracle databases within Dify, simplifying database operations for users.
When using the Query tool, you need to provide the following parameters:
When using the Execution tool, you need to provide the following parameters:
Parameters:

When using the Query tool, the plugin returns results in the format you specified (JSON by default) with the following structure:
JSON format:
Markdown format: Returns a formatted markdown table with the query results.
CSV format: Returns the raw CSV data of the query results.
Parameters:

When using the Execution tool, the plugin returns execution status in the format you specified (JSON by default):
In case of an error, the response will be:
This plugin only executes SQL and returns results to Dify workflows. It does not actively or passively collect user information.