Hello Everyone.
I’m trying to call a stored procedure in my Oracle 12g database using the “StoredProcedureWithSignature”.
This procedure puts some data in “IMP_RESULT” table.
If I call the stored procedure directly with pure SQL using DBeaver it works and it puts data correcly in “IMP_RESULT”.
If I run using the flow service, it doesn’t give any error, but the “IMP_RESULT” table isn’t filled with anything.
Should I configure anything else before calling a procedure in my flow service?
I already checked and debugged: The procedure parameters are passing as it should by Integration Server.
Thank you
#Adapters-and-E-Standards#Integration-Server-and-ESB#Service-Designer#Flow-and-Java-services#webMethods