intermittent issue- APEX 20.2 & ORDS 19.4.6 errors
started seeing issues from time to time! I see these errors in the logs
Error : Access to the procedure named: f is denied.
Error : Access to the procedure named: apex is denied.
ProcedureForbiddenException [statusCode=403, logLevel=INFO, reasons=[Access to the procedure named: f is denied. ]]
at oracle.dbtools.apex.ModApex.validateRequest(ModApex.java:426)
at oracle.dbtools.apex.ModApex.doGet(ModApex.java:144)
at oracle.dbtools.apex.ModApex.service(ModApex.java:115)
at oracle.dbtools.http.entrypoint.Dispatcher.dispatch(Dispatcher.java:126)
at oracle.dbtools.http.entrypoint.EntryPoint$FilteredServlet.service(EntryPoint.java:239)
at oracle.dbtools.http.filters.FilterChainImpl.doFilter(FilterChainImpl.java:73)
at oracle.dbtools.http.forwarding.QueryFilteringRewrite.doFilter(QueryFilteringRewrite.java:90)