Skip to Main Content

APEX

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 XDB Login Problem

XYZ123Jul 30 2008 — edited Jul 19 2011
hi 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?

Comments

MatthiasHoys
Answer

It looks like this error is thrown when the database is not available when ORDS is running. I restarted ORDS and now I don't see the error anymore, so it looks stable now.

Marked as Answer by MatthiasHoys · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 16 2011
Added on Jul 30 2008
5 comments
2,616 views