mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1780] [MERGED] feat: add initial Oracle DB 23ai plugin #2079
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1780
Author: @YIXIAO0
Created: 9/28/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @crazywoola
Base:
main← Head:plugin/oracle-database-23ai📝 Commits (7)
957ffb0add initial Oracle DB 23ai plugin0fcde10translate comments and avoid exposing sensitive dataa4c781fUpdate tools/oracle_db_23ai/tools/oracle_db_plugin.py0db9d80Update tools/oracle_db_23ai/main.pyf9327d5Update tools/oracle_db_23ai/requirements.txtd2adfcdcomply with README policy4d157e3update readme📊 Changes
17 files changed (+775 additions, -0 deletions)
View changed files
➕
tools/oracle_db_23ai/GUIDE.md(+148 -0)➕
tools/oracle_db_23ai/LICENSE(+201 -0)➕
tools/oracle_db_23ai/PRIVACY.md(+71 -0)➕
tools/oracle_db_23ai/README.assets/config.png(+0 -0)➕
tools/oracle_db_23ai/README.assets/parameters.png(+0 -0)➕
tools/oracle_db_23ai/README.assets/result.png(+0 -0)➕
tools/oracle_db_23ai/README.assets/success.png(+0 -0)➕
tools/oracle_db_23ai/README.assets/workflow.png(+0 -0)➕
tools/oracle_db_23ai/README.md(+76 -0)➕
tools/oracle_db_23ai/_assets/oracle.jpg(+0 -0)➕
tools/oracle_db_23ai/main.py(+6 -0)➕
tools/oracle_db_23ai/manifest.yaml(+35 -0)➕
tools/oracle_db_23ai/provider/oracle_db_plugin.py(+10 -0)➕
tools/oracle_db_23ai/provider/oracle_db_plugin.yaml(+17 -0)➕
tools/oracle_db_23ai/requirements.txt(+2 -0)➕
tools/oracle_db_23ai/tools/oracle_db_plugin.py(+114 -0)➕
tools/oracle_db_23ai/tools/oracle_db_plugin.yaml(+95 -0)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.