Client has hanging after procedure finished if it take longer than 30 minutes
Hi everyone
pls kindly help us to clarify below issued, here are our case:
- We had a procedure on db, It take 35 minutes to finish (we test case which take equal or lager than 30 minutes)
-If I remote to db server, and login db via sqlplus and call that procedure -> everything is oke
-If I call procedure from my pc (client side), I saw that when procedure already finished on server, but on my PC, it still in "executing" status, it seem that after actually finished on server, server doesnot send success status back to client side, noticed that If procedure finished under 30 minutes, this issued does not occured
-If I remote to db server, and login db via sqlplus and call that procedure -> everything is oke
-If I call procedure from my pc (client side), I saw that when procedure already finished on server, but on my PC, it still in "executing" status, it seem that after actually finished on server, server doesnot send success status back to client side, noticed that If procedure finished under 30 minutes, this issued does not occured
1