AZURE DATA FACTORY - Oracle Database

KnowledgeSeeker 21 Reputation points
2020-06-02T09:42:53.087+00:00

Hi ,

Is it possible to execute Oracle Database Stored Procedure in Azure Data Factory and output as a CSV File?

The Stored Procedure tool seems only available for SQL Server Connection.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,567 questions
0 comments No comments
{count} votes

Accepted answer
  1. MartinJaffer-MSFT 26,081 Reputation points
    2020-06-02T21:27:40.29+00:00

    Hello @KnowledgeSeeker and thank you for your question.

    While the Copy Activity option to select Stored Proc may not exist for Oracle table dataset the same way it exists for SQL, there is something you can try.

    In the Copy Activity "Use query" option where you can select "table" or "query", when you select "query" there is a space to write your own query statement. In this space you can write anything. Try writing an Execute stored proc statement here.

    Please let me know if this solves your issue.


0 additional answers

Sort by: Most helpful

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.