app icon
Oracle Database Query
0.0.2

Connect to Oracle database and execute SQL queries using Thin Mode.

langgenius/oracle_db_23ai2451 installs

Oracle Database Query Plugin

Author: langgenius
Version: 0.0.2
Type: tool
Repo: https://github.com/WilburOracle/dify-oracle-db-plugin

Description

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.

Features

  • Connect to Oracle databases using Thin Mode (no need for Oracle client installation)
  • Execute SQL queries and retrieve results in a structured format
  • Support for common Oracle data types
  • Error handling and detailed error messages
  • Oracle is a converged database, this plugin can execute multi-modal SQL, including relational data queries, property graph data queries, JSON document data queries, vector data queries, etc.

Parameters

When using this plugin, you need to provide the following parameters:

ParameterTypeRequiredDescription
hostStringYesThe hostname or IP address of the Oracle database server
portIntegerYesThe port number of the Oracle database server (default is 1521)
userStringYesThe username for connecting to the Oracle database
passwordStringYesThe password for connecting to the Oracle database
service_nameStringYesThe service name of the Oracle database
queryStringYesThe SQL query to execute against the Oracle database

Example Usage


Return Format

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

In case of an error, the response will be:

Privacy Note

This plugin only executes SQL and returns results to Dify workflows. It does not actively or passively collect user information.

CATEGORY
Tool
VERSION
0.0.2
langgenius·10/16/2025 07:32 AM
REQUIREMENTS
Maximum memory
256MB
Oracle Database Query - Dify Marketplace