how to call Oracle procedure in ADF lookup activity

Shi, Kangwen 0 Reputation points
2024-01-04T13:38:07.0533333+00:00

We need call Oracle Procedure from the Azure Data Factory. It seems that in lookup activity only Select is supported. How can we call the Oracle Procedure without the modification on Oracle side?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,773 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 29,911 Reputation points MVP
    2024-01-04T14:48:31.2333333+00:00

    You can use script activity to achieve this. In case of look up activity, you can trigger the sp but at the end write a dummy select 1 as test query