Apex Ins
Apex Ins
show con_name
show pdbs
show con_id
The structure of the link to the Oracle APEX administration services is as follows:
http://host:port/ords/apex_admin
The structure of the link to the Oracle APEX development interface is as follows:
http://host:port/ords
@apxchpwd.sql
@apex_rest_config.sql
(make sure you read in the documentation the right arguments to the validate
function, the following example is specific to my install and does not mean the
database is called ‘apex’).
cd /var/lib/tomcat/webapps
java -jar ords.war validate –database apex
OKapex_1973
@apex_rest_config.sql
JAVA_TOOL_OPTIONS
-Dconfig.url=C:\work\Apex\ords
====
@apxremov.sql
=================================
Thank you for installing Oracle APEX 23.2.0
The structure of the link to the Oracle APEX administration services is as follows:
http://host:port/ords/apex_admin
The structure of the link to the Oracle APEX development interface is as follows:
http://host:port/ords
========================================
alter user ANONYMOUS account unlock;
alter user APEX_PUBLIC_USER account unlock;
alter user ANONYMOUS account unlock;
alter user APEX_230100 account unlock;
alter user APEX_LISTENER account unlock;
alter user APEX_REST_PUBLIC_USER account unlock;
APEX_230100
APEX_PUBLIC_USER
APEX_LISTENER
APEX_REST_PUBLIC_USER
========================
ORDS :
select DBMS_XDB.GETHTTPPORT from dual
EXEC DBMS_XDB.SETHTTPPORT(0);
@apxchpwd.sql
OKapex_1973
@apex_rest_config.sql
ords --config c:\work\ords\config install
============bat file
@ECHO OFF
cd C:\work\Apex\ords\
ords --config C:\work\Apex\ords\config serve
PAUSE
================
As per standard installation ORDS was installed after APEX and all Database Actions
have been deployed.
Issue
Unfortunately ORDS is providing a 404 error when trying to access APEX from the
URL:
http://mywebappserver:8080/ords/apex
Also when accessing the ORDS landing page with following URL, APEX is unavailable:
http://mywebappserver:8080/ords/_landing