I have a big problem, I'm updating Apex version 4.0.2 to version 4.1. Follow all the steps described in the installation guide, when I get to the step of "3.4.11.1 Creating to Workspace Manually"
When input the url "http://192.168.0.5:8080/apex/apex_admin" gives the following error: "The requested URL /apex/apex_admin was not found on this server."
If I run the query:
SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
It returns the value 8080
The only error that gives me the installation is when I run script apex_epg_config
ERROR at line 1:
ORA-22288: file or LOB operation FILEOPEN failed
No such file or directory
ORA-06512: at "SYS.XMLTYPE", line 296
ORA-06512: at line 18
Commit complete.
PL/SQL procedure successfully completed.
declare
*
ERROR at line 1:
ORA-04067: not executed, package body "SYS.WWV_FLOW_UTILITIES" does not exist
ORA-06508: PL/SQL: could not find program unit being called:
"SYS.WWV_FLOW_UTILITIES"
ORA-06512: at line 15
I am stuck on this problem, review the installation guide to be sure of having followed all the steps and I think I did everything correctly.
Can someone help me with this?
By the way my db version is 11 g Enterprise Edition Release 11.2.0.1.0
Best regards,
Gerard