Closed chandannewt closed 1 year ago
I don't think this really has anything to do with Spring Boot as you're using the JDBC API directly. I think https://stackoverflow.com/questions/65116924/x-is-a-procedure-use-call-when-i-am-already-using-call will solve your problem. If not, please ask a question of your own on Stack Overflow.
Thanks @wilkinsona . got the issue , will check it.
When calling the stored procedure in postgres DB using CallableStatement
I am getting error as
however in case where the procedure do not return anything in output ,its working fine
Is there any issue with JDBC postgres compatibility because similar code is working with oracle configuration.