dbt-oracle
dbt (data build tool) adapter for Oracle Autonomous Database
What it is and what it does
dbt-oracle bridges dbt (a popular SQL transformation framework) and Oracle Autonomous Database, letting you write modular SQL transformations, manage dependencies, and orchestrate data pipelines in Oracle. It's maintained by Oracle itself as of version 1.0.0 and integrates with the dbt ecosystem via standard adapter interfaces.
You install it alongside dbt-core and configure a connection profile pointing to your Oracle instance. Once set up, you write dbt models as SQL files, define tests and documentation, and run dbt commands to build and validate your data transformations directly in Oracle. The adapter handles Oracle-specific SQL generation and connection management.
Use it for:
- Build modular, version-controlled SQL transformation pipelines in Oracle Autonomous Database using dbt's standard workflow.
- Orchestrate complex multi-step data workflows with dependency management and incremental builds on Oracle.
- Integrate Oracle data transformations into a dbt-based analytics stack alongside other dbt adapters.
- Document and test data models in Oracle with dbt's built-in testing and documentation frameworks.
- Migrate existing dbt projects from other databases to Oracle Autonomous Database.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
dbt-oracle is a dbt adapter that enables data transformation and orchestration workflows on Oracle Autonomous Database using dbt's SQL-based modeling framework.
Yes. dbt-oracle is actively maintained by Oracle, carries no known vulnerabilities, has low install friction, and is licensed permissively. Install it if you use dbt and need to run transformations on Oracle Autonomous Database. The recent release cadence and active repository signal ongoing support.
Install
dbt-oracle on PyPI
pip
pip install dbt-oracleuv
uv add dbt-oraclepoetry
poetry add dbt-oracleInstalling dbt-oracle
Before you install
Low friction install with a recent release (8 days old) and active maintenance. The package depends on dbt-core, dbt-adapters, dbt-common, and oracledb—all standard dbt ecosystem components. Repository is actively maintained by Oracle with regular commits.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and private projects with minimal restrictions. You must retain the license notice but face no copyleft obligations.
Quickstart
pip install dbt-oracle
In your dbt project's profiles.yml:
my-oracle-db:
target: dev
outputs:
dev:
type: oracle
host: [hostname]
user: [username]
pass: [password]
database: [database]
schema: [schema]
threads: 4
Requires Python 3.10 or later. An Oracle Autonomous Database instance and valid credentials are needed to connect.
Verify before relying
- Specific dbt version compatibility range (fact sheet lists dbt-core as a runtime dependency but not its version constraint).
- Whether the adapter supports all dbt features or has known limitations for Oracle-specific SQL dialects.
- Performance characteristics and scalability limits for large transformation 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 — dbt-common, dbt-adapters, dbt-core, oracledb |
| Maintenance | actively maintained — 8 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 91,276/month — #13,530 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dbt_oracle-1.12.0-py3-none-any.whl
Keywords: Oracle, dbt
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
dbt-coredbt-core transforms raw data in a warehouse…
permissive · top 1,000 on PyPI
dbt-postgresdbt-postgres is a dbt adapter that connects dbt…
permissive · top 5,000 on PyPI
dbt-sparkdbt-spark is the Apache Spark adapter for dbt,…
permissive · top 5,000 on PyPI
dbt-bigquerydbt-bigquery is a dbt adapter that enables data…
permissive · top 5,000 on PyPI
dbt-dremiodbt-dremio is a dbt adapter that enables data…
permissive · top 15,000 on PyPI
dbt-snowflakedbt-snowflake is the Snowflake adapter for dbt,…
permissive · top 5,000 on PyPI
dbt-trinoA dbt adapter that connects dbt projects to…
permissive · top 15,000 on PyPI
dbt-databricksdbt-databricks is a dbt adapter that enables…
permissive · top 5,000 on PyPI
cx-Oraclecx_Oracle provides a Python interface to Oracle…
permissive · top 5,000 on PyPI
dbt-statedbt-state is a dbt plugin that caches model…
permissive · top 15,000 on PyPI