OracleToOracleOperator

Oracle

Moves data from Oracle to Oracle.

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Oracle provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

oracle_destination_conn_idRequireddestination Oracle connection.
destination_tableRequireddestination table to insert rows.
oracle_source_conn_idRequiredSource Oracle connection.
source_sqlRequiredSQL query to execute against the source Oracle database. (templated)
source_sql_paramsParameters to use in sql query. (templated)
rows_chunknumber of rows per chunk to commit.

Documentation

Moves data from Oracle to Oracle.

Was this page helpful?