Connect to Oracle database and execute SQL queries using Thin Mode.
Author: langgenius
Version: 0.0.2
Type: tool
Repo: https://github.com/WilburOracle/dify-oracle-db-plugin
This plugin allows you to connect to Oracle databases (Oracle Database 23ai) and execute SQL queries. It provides a simple interface to query Oracle databases directly from Dify.
When using this plugin, you need to provide the following parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| host | String | Yes | The hostname or IP address of the Oracle database server |
| port | Integer | Yes | The port number of the Oracle database server (default is 1521) |
| user | String | Yes | The username for connecting to the Oracle database |
| password | String | Yes | The password for connecting to the Oracle database |
| service_name | String | Yes | The service name of the Oracle database |
| query | String | Yes | The SQL query to execute against the Oracle database |




The plugin returns results in JSON format with the following structure:

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.