Installation of Apex 4.2.1 on Oracle Database 11gR2
Show/Hide All
1. Pre-requisits
1. Install Oracle Database 11g R2
2. Download Apex 4.2.1 Files
Close Section
2. Install Oracle Apex 4.2.1
1. Install Apex 4.2.1
Open CMD and enter the following commands
a. cd (apex_directory)
(The directory that you have downloaded and extracted apex to)
b. sqlplus
c. sys as sysdba
d. (password)
e. @apexins 1 2 3 4
(1 - the name of the tablespace for the Apex application user
2 - the name of the tablespace for the Apex files user
3 - the name of the temporary tablespace
4 - the virtual directory for the Apex images
eg. @apexins SYSAUX SYSAUX TEMP /i/)