Previously known as the APEX Listener.
Requires J2EE Application Server: WebLogic (WLS), Glassfish, Apache Tomcat or a built-in Jetty server for "Standalone" mode.
ORDS, OHS and the Embedded PL/SQL Gateway can be run in parallel.
The mod_plsql plugin for OHS has been deprecated in OHS as of OHS 12.1
The mod_plsql plugin for OHS and the embedded PL/SQL Gateway have been deprecated in APEX since APEX 20.1 and desupported since APEX 20.2
ORDS does not work on AIX
Check version from target database server using...
SELECT version
FROM ords_metadata.ords_schema_version;
Check version from ORDS server (22+) using...
/tomcat/ords/bin/ords --version
cd /u01/app/ords
java -jar ords.war validate
/u01/dba/ords/scripts/start_ords.sh
Assumes script creation described in ORDS Install has been completed./u01/dba/ords/scripts/stop_ords.sh
Assumes script creation described in ORDS Install has been completed.