Skip to content

Add Oracle Database Support via oracledb Driver #8759

Open
@J7503303

Description

@J7503303

Feature Request

LangFlow's Docker image currently lacks Oracle database connectivity support. This prevents using Oracle databases in:

  1. SQL Query components
  2. Custom components
  3. Any database operations requiring Oracle connections

Please integrate the official oracledb Python driver into the Docker image with:

  • Thin mode support (pure Python, no dependencies)
  • Thick mode support (using Oracle Instant Client for full feature compatibility)

This will enable seamless Oracle database connections across all relevant LangFlow components without manual user modifications to the Docker environment.

Motivation

  • Oracle is widely used in enterprise environments
  • Current workarounds break container immutability
  • Native support improves deployment reliability

Your Contribution

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions