Hi All,
I am using apex_web_service.make_rest_request in my code and I am getting OCIKCallPush0, Maximum call depth exceeded error when I am calling it a few times continuously. When I researched about the error I found that it may be due to recursion. So, is there a way to close a connection the same as UTL.HTTP before calling apex_web_service again? I am on APEX 20.2 and 18c DB.
Exact error
Error: ORA-24451: OCIKCallPush0, Maximum call depth exceeded ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 1157 ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 757 ORA-06512: at "SYS.UTL_HTTP", line 380 ORA-06512: at "SYS.UTL_HTTP", line 1148 ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 735 ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 998 ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 1346 ORA-06512: at "APEX_200200.WWV_FLOW_WEBSERVICES_API", line 608 : ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 1157 ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 757 ORA-06512: at "SYS.UTL_HTTP", line 380 ORA-06512: at "SYS.UTL_HTTP", line 1148 ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 735 ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 998 ORA-06512: at "APEX_200200.WWV_FLOW_WEB_SERVICES", line 1346 ORA-06512: at "APEX_200200.WWV_FLOW_WEBSERVICES_API", line 608