oracle_fdw
foreign data wrapper for Oracle access
	Module:
Categories:
Overview
PGDG 1st Party Extension:  oracle_fdw : foreign data wrapper for Oracle access
Information
- Extension ID: 8610
 - Extension Name: 
oracle_fdw - Package Name: 
oracle_fdw - Category: 
FDW - License: PostgreSQL
 - Website: https://github.com/laurenz/oracle_fdw
 - Language: C
 - Extra Tags: 
non-free - Comment:
 
Metadata
- Latest Version: 2.7.0
 - Postgres Support: 
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
 - Need DDL:  Need 
CREATE EXTENSIONDDL - Relocatable: Unknown
 - Trusted: Untrusted, Require Superuser to Create
 - Schemas: N/A
 - Requires: N/A
 
RPM / DEB
- RPM Repo: PGDG
 - RPM Name: 
oracle_fdw_$v* - RPM Ver : 
2.7.0 - RPM Deps: N/A
 - DEB Repo: PGDG
 - DEB Name: 
postgresql-$v-oracle-fdw - DEB Ver : 
2.7.0 - DEB Deps: N/A
 
Availability
Installation
Install oracle_fdw via the pig CLI tool:
pig ext install oracle_fdw
Install oracle_fdw via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["oracle_fdw"]}' # -l <cls>
Install oracle_fdw RPM from YUM repo directly:
dnf install oracle_fdw_17*;
dnf install oracle_fdw_16*;
dnf install oracle_fdw_15*;
dnf install oracle_fdw_14*;
dnf install oracle_fdw_13*;
Install oracle_fdw DEB from APT repo directly:
apt install postgresql-17-oracle-fdw;
apt install postgresql-16-oracle-fdw;
apt install postgresql-15-oracle-fdw;
apt install postgresql-14-oracle-fdw;
apt install postgresql-13-oracle-fdw;
Create oracle_fdw extension on PostgreSQL cluster:
CREATE EXTENSION oracle_fdw;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.