Hello, I have found a number of resources describing an issue similar to this but nothing (I think) that helps with this specific question
We are using Apex 19.2 installed in a 12.1.0.2 database with a Weblogic middle tier where ORDS 19.1 is deployed. The Apex application has just been converted from a runtime environment to a development environment.
Using the following url works perfectly:
http://<host>:<port>/apex
i.e. the system directs me to the following application/page etc:
http://<host>:<port>/apex/f?p=4550:1:<session>
But the following apex_admin url fails with a 404 / not found error:
http://<host>:<port>/apex/apex_admin
More specifically, REST Data Services simply displays '404 Not Found along with message "The procedure named apex_admin could not be accessed, it may not be declared or the user executing this request may not have been granted execute privilege on the procedure. check the spelling etc....."
But, by manually entering into the address bar the required page number like below (i.e. 10), I can successfully log in as the Apex administrator
http://<host>:<port>/apex/f?p=4550:10:<session>
I am struggling to understand how ORDS successfully translates "/apex" to a valid Apex application & page but fails to do so for "/apex/apex_admin". It is as if some required mapping has been lost.
Thanks