Forum Discussion

mjain91515's avatar
mjain91515
Copper Contributor
Sep 20, 2024

What is the way to use OUTPUT parameter for an Oracle Stored procedure in ADF pipelines?

I have a oracle database package and i am trying to call a stored procedure inside that package. The procedure has a OUT parameter which we want to use in the activities further in ADF pipelines.

But ADF pipelines does not have a way to get the OUT parameter values and use it in pipeline.

This is a very important feature.

5 Replies

    • SanjayGanvkar's avatar
      SanjayGanvkar
      Copper Contributor

      Reply for anyone who might have a similar query. Use the Script parameter section in the script activity with a variable of direction output

      • timsburke's avatar
        timsburke
        Copper Contributor

        Hi SanjayGanvkar...I tried that but was getting errors.  Do you have an example of something that worked for you?  Thanks in advance for your help

Resources