JDBC Integration Limits: Calling Stored Procedures from ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi everyone,
I’m currently working on an integration where ServiceNow needs to trigger a stored procedure in an external database (Oracle) . However, I’ve run into a blocker with ServiceNow’s JDBC capabilities, and I’m hoping someone in the community has found a workaround or alternative approach.
Has anyone found a way to call stored procedures with ServiceNow’s JDBC functionality—especially procedures that return output parameters?
I also wanted to use something that can be called inside a flow
Or alternatively:
-Have you used any patterns or techniques to handle this scenario cleanly?
-Is there any hidden capability or workaround (MID Server config, JDBC driver option, custom script, etc.) that allows calling stored procedures?
