How to get OUTPUT from JDBC Action JDBC step after executing a Stored Procedure in a Flow Designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 07:10 AM
We have a stored procedure which we are executing through JDBC action in flow designer.
Does anybody know how we can get the output in the next step?
I don't see the ResultSet object in the data picker which we usually get for actions which have select statements.
I am using below statement to execute the stored Procedure:
ecex <stored procedure> '<input>',OUTPUT
This is an urgent requirement, please help.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 12:52 AM
May I ask how your SP call from the JDBC step does look like? And which type of DB is the SP in? Is it Oracle, MS SQL, etc.? I am trying to figure out to call an Oracle SP from a Flow Action Step but it's not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 01:11 AM
Hi Tuna,
The SP was residing in Netezza DB. I don't have access the access to the system anymore to show you how we configured it. Maybe you can share more details about what is not working I can try helping you out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 03:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 01:26 AM
It's simply not possible. We've talked to the ServiceNow support and tried every possible way we could think of, but there is nothing that enables you to execute a stored procedure from a Flow directly. Very disappointing! With classic Workflows it is possible but not with Flows...