Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX 22.1 /ords/apex_admin not accessible

User_IO0OINov 11 2022

On trying to access https://<webhost>:<port>/ords/apex_admin I get a message that a procedure apex_admin is not accessible.
This occurs with:
APEX 22.1 (apex_22.1_en.zip)
ORDS 21.4.1 (ords-21.4.3.117.0405.zip)
Weblogic-Server 12c (12.2.1.4.0 bundled with Enterprise Manager 13c)
Database 19c (19.3)
On accessing https://<webhost>:<port>/ords I get a screen stating that there are no workspace available (ERR-7620, understandably, since I have not configured one yet). This lets me assume, that basic configuration of ORDS and APEX works.
A check, if the apex application is valid is positive:

SQL> select status from dba_registry where comp_id = 'APEX';
STATUS
--------------------------------------------
VALID

A query for objects belonging to ORDSYS results in 157 objects.

https://community.oracle.com/tech/developers/discussion/4477274/unable-to-access-procedure-named-apex-admin
suggests to test /ords/f?p=4550:10 - also not found.

https://community.oracle.com/tech/developers/discussion/4342784/apex-admin-not-found-404
states that there should be a procedure named apex_admin. Searching dba_objects I did not find any object named APEX_ADMIN. This is APEX 19.2 though.
There are several synonyms containing APEX (323 to be exact), but no APEX_ADMIN.

Any clue why I cannot access the APEX Administration Service?

Comments
Post Details
Added on Nov 11 2022
0 comments
631 views