HTTPS call from plsql package not getting reponse after 30 minutes
Hi,
I am working on Oracle REST API process.
And when I tried to call the https from plsql package and process completing successfully at ORDS server and not getting the http response to apps server back (where concurrent program get submitted) if records more than 40000 lines and if it takes more than 30 minutes and concurrent program is not completing and running never ending. We are forcibly terminating the concurrent process.
If records are close to 35000 lines are completing in 30 minutes and getting the responses from https and concurrent program completes successfully.
Is anywhere can find the setup is holding 30 minutes and creating the issue after that?