Forum Discussion
mjain91515
Sep 20, 2024Copper Contributor
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
- timsburkeCopper Contributor
mjain91515... did you ever find a solution for this? If so, can you share? TIA
- SanjayGanvkarCopper 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
- timsburkeCopper 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