skillfed

apache-airflow-providers-oracle

Provider package apache-airflow-providers-oracle for Apache Airflow

apache-airflow-providers-oracle v4.6.2 1.9M downloads/30d#3,472 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that extends Airflow with Oracle database connectivity and task orchestration. It supplies operators, hooks, and sensors designed to let you define, schedule, and monitor Oracle database operations as part of Airflow DAGs. The package wraps the oracledb driver and integrates with Airflow's common SQL provider layer to offer a consistent interface for database work.

You install it on top of an existing Airflow deployment (>=2.11.0) to gain Oracle-specific task primitives. It supports Python 3.10 through 3.14 and is actively maintained by the Apache Airflow project. Optional dependencies include numpy (for certain Python versions) and OpenLineage integration for data lineage tracking.

Use it for:

  • Schedule and execute SQL scripts or stored procedures against Oracle databases as part of Airflow workflows
  • Monitor Oracle database health or query results using Airflow sensors that poll for completion or data conditions
  • Build multi-step ETL pipelines that extract data from Oracle, transform it, and load it into other systems via Airflow orchestration
  • Integrate Oracle database tasks with non-database tasks in a single Airflow DAG for end-to-end workflow automation

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Apache Airflow with Oracle databases, providing operators, hooks, and sensors to orchestrate Oracle database tasks within Airflow workflows.

Yes. This is a production-stable provider (Development Status 5) from the Apache Airflow project with no known vulnerabilities, low install friction, and permissive licensing. Install it if you need to orchestrate Oracle database work within Airflow; it is the standard integration for that use case.

Install

apache-airflow-providers-oracle on PyPI

pip

pip install apache-airflow-providers-oracle

uv

uv add apache-airflow-providers-oracle

poetry

poetry add apache-airflow-providers-oracle

Installing apache-airflow-providers-oracle

Before you install

Low friction install as a pure Python wheel. Actively maintained with a recent release (35 days old) and backed by the Apache Airflow project's infrastructure. Requires Apache Airflow >=2.11.0 and oracledb >=2.3.0 as runtime dependencies.

License in practice

Licensed under Apache-2.0 (permissive), allowing free use, modification, and distribution with minimal restrictions. No licensing concerns for commercial or private projects.

Quickstart

pip install apache-airflow-providers-oracle

from airflow.providers.oracle.operators.oracle import OracleOperator
from airflow import DAG

with DAG('oracle_example') as dag:
    task = OracleOperator(
        task_id='run_query',
        sql='SELECT * FROM my_table',
        oracle_conn_id='oracle_default'
    )

Requires an existing Apache Airflow >=2.11.0 installation and an Oracle database connection configured in Airflow (via Connection UI or environment variable). The oracledb driver may require Oracle client libraries depending on your environment.

Verify before relying

  • Specific operators, hooks, and sensor classes available in this version
  • Whether oracledb >=2.3.0 requires Oracle client libraries on the system
  • Performance characteristics or limitations for large-scale Oracle workloads

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-common-sql, oracledb
Maintenance actively maintained — 35 days since the last release
Last repo commit
First released
Downloads 1,871,318/month — #3,472 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_oracle-4.6.2-py3-none-any.whl

Keywords: airflow-provider, oracle, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow oracle database integrationairflow oracle provideroracle database operators airflowairflow oracle hooksoracle sql tasks airflowairflow database orchestration oracle
airflow-providerdatabase-integrationworkflow-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-databricks

Integrates Apache Airflow with Databricks,…

permissive · top 1,000 on PyPI

apache-airflow-providers-microsoft-azure

Integrates Apache Airflow with Microsoft Azure…

permissive · top 5,000 on PyPI

apache-airflow-providers-microsoft-mssql

Integrates Microsoft SQL Server (MSSQL) with…

permissive · top 5,000 on PyPI

apache-airflow-providers-postgres

Integrates PostgreSQL databases with Apache…

permissive · top 5,000 on PyPI

apache-airflow-providers-standard

Provides standard operators, hooks, and sensors…

permissive · top 5,000 on PyPI

apache-airflow-providers-dbt-cloud

Integrates dbt Cloud with Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-common-sql

Provides common SQL operators, hooks, and…

permissive · top 1,000 on PyPI

apache-airflow-providers-snowflake

Integrates Apache Airflow with Snowflake,…

permissive · top 1,000 on PyPI

apache-airflow-providers-jdbc

Provides Apache Airflow integration for…

permissive · top 5,000 on PyPI

apache-airflow-providers-exasol

Integrates Exasol database with Apache Airflow,…

permissive · top 15,000 on PyPI