Hi All, I have recently implemented parallel threads in one of my java application and I'm facing java.sql.SQLException: Connection oracle.jdbc.driver.T4CConnection@127d1abb is closed and jdbc begin transaction failed
Let's say out of 10 API calls, I'm getting this error for 3 and for others I'm getting response
I have added validation query and setborrw = true, still i'm getting same issue.
what is the solution for this!! Kindly help