APEX 5.0.3 Installation
Pre-Requisite RHEL 5 or above Oracle Database 11.2.0.4 or above 2GB Swap space High-Level Steps Oracle DB Installation APEX Installation Oracle DB Installation Here in the below installation I used Oracle XE Database 11.2.0.1, since I can't find the version 11.2.0.4 for download. Moreover I only got the RPM version of the above said database. Here the rpm version of setup comes with a configuration script named "oracle-xe", which comes with pre-defined values for all the environment variables and directory structure for the DB Installation and Configuration. It is like we need to accept the pre-defined default values and proceed with the installation. I intend to have the installation in my desired location and made changes in the config file accordingly, but I couldn't success in that. Eventhough it says configuration completed successfully, DB and Listener is not started as it will be in a normal installation. So I accept the defaults and ...