
OracleStoredProcedureOperator
OracleExecutes stored procedure in a specific Oracle database.
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.