Procedure Call is giving value in dbeaver but not from code call
Hi I am executing a stored procedure I am getting its result when I run it from dbeaver with my desired parameters correctly, whereas for the same procedure I am getting null resultant when I try to execute procedure from code.
Procedure call from springboot giving error
I am trying to fetch results from procedure call by the below function
Error callable.getmoreresults coming while calling procedure
For the below code