web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to call Oracle sto...
Power Automate
Unanswered

How to call Oracle stored procedure and receive an output result parameter?

(0) ShareShare
ReportReport
Posted on by 286

I am trying to call  Oracle dw stored procedure by "Execute Sql statement" in Power Automate Desktop.

The procedure is doing an update to some columns and as a result it should return true or false value whether an update was successful or not. Output parameter should be defined as result set right? I know that previously in Softomotive ProcessRobot output parameter had to be defined as result set. 

 

The procedure is tested through AQT app and it's working, but when I try to call it through robot it doesn't work.

 

Here is the line in Execute SQL statement which I use to call the procedure: first four parameters are input parameters and question mark is for the output parameter

 

{call DDW_APL.P_CANCEL_LETTER_RPA_STATUS ('1234567899', null, '2', '2021-05-31', ?)}

 

Here is the procedure:

 


OPEN l_result FOR SELECT 'TRUE' FROM DUAL;
ELSE
OPEN l_result FOR SELECT 'FALSE' FROM DUAL;
END IF;

END;

 

Please help on this.

Kind regards,

Krešimir

I have the same question (0)
  • Kresimir_RPA Profile Picture
    286 on at

    Bump...anyone got a clue?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 252 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 169

#3
Haque Profile Picture

Haque 154

Last 30 days Overall leaderboard