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.
11,610 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,066 Reputation points MVP Volunteer Moderator
    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.