How to pass parameter to oracle stored procedure using Logic apps

Mahendra Pawar 5 Reputation points Microsoft Employee
2023-09-05T11:37:24.7666667+00:00

Hi Team,

I am using Logic apps to call oracle Stored procedure.

I am using Action : "Execute Oracle Query" and using BEGIN END Block i am calling the package . procedure.

however, it doesn't work in case if i pass the in or out parameters.

can you please help to know the how to pass IN and Out parameters

BEGIN

xx.yy(Param1 );

END;


Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,449 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,421 Reputation points
    2023-09-05T14:00:27.8933333+00:00

    Mahendra Pawar Thanks for posting your question in Microsoft Q&A. As discussed in other thread, there are known issues and limitations with Oracle Connectors, and currently, OUT parameters are not supported. In such scenarios, the recommendation is to use other services such as Azure Functions which can trigger Stored Procedure as you needed. I see a similar feedback Support Output Parameters within Oracle Connector in our feedback forum and suggest you upvote this idea. This will help our product team prioritize the features.

    However, you can use SQL query to call the stored procedure with input parameters and let me know the details about the error or elaborate on the issue you are facing.

    I hope this helps and let me know if any questions.


    If you found the answer to your question helpful, please take a moment to mark it as "Yes" for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.

    0 comments No comments

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.