OracleStoredProcedureOperator

Oracle

Executes stored procedure in a specific Oracle database.

View on GitHub

Last Updated: Dec. 13, 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

procedureRequiredname of stored procedure to call (templated)
oracle_conn_idThe Oracle connection id reference to a specific Oracle database.
parameters(optional, templated) the parameters provided in the call

Documentation

Executes stored procedure in a specific Oracle database.

If do_xcom_push is True, the numeric exit code emitted by the database is pushed to XCom under key ORA in case of failure.

Was this page helpful?