10.1 C
Vancouver
Tuesday, April 23, 2024

Oracle XE web server returns HTTP 400 Bad Request

Must read

With the production version of Oracle XE the default is to not allow remote access to the web server.  This sometimes causes even local access to not work.  To fix run the following as sys:

exec dbms_xdb.setListenerLocalAccess(false);

Access to the web server will now be enabled.

More articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest article