Apex XDB Login Problem
XYZ123Jul 30 2008 — edited Jul 19 2011hi everyone, i have a question about the login apex.
I am using oracle 11g ee.
when i try to login the apex login page i am getting this prompt consistently:
XDB
username:
password:
anyway, i try to do "Oracle Database Postinstallation Tasks" and i could not find the ORACLE_HTTPSERVER_HOME parameter that what is the path of this? I unlock the anonymous and apex_public_user users. But i am getting an error when i am running the apex_epg_config.sql :
@apex_epg_config /tmp
PL/SQL procedure successfully completed.
PL/SQL procedure successfully completed.
old 1: create directory APEX_IMAGES as '&1/apex/images'
new 1: create directory APEX_IMAGES as '/tmp/apex/images'
Directory created.
declare
*
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
In linux, i try to find the where is the Apache folder through write "find /dwh0/ -name Apache*" and nothing is found.
For example, i haven't any changing on dads.conf file. Is it necessary?
What is the real problem? How can i fix this?