Oracle APEX 3.2.1 installation on Oracle Database 10g R2
tonyn | November 13, 2009To install APEX (Oracle Application Express) on Oracle 10g. Follow those step-by-step to install it: :
1. Download the latest version from APEX website
2. Unzip the archive in a convenient location on your hard-disk
3. Start a SQL*Plus from that location
C:\APEX\> sqlplus / as sysdba
Install APEX:
@apexins SYSAUX SYSAUX TEMP /i/
Change admin password:
@apxchpwd
Set images path (APEX_HOME is the folder where you unziped the archive):
@APEX_HOME/apex/apxldimg.sql APEX_HOME
Run the following script where “password” is the admin password set 2 steps before:
@APEX_HOME/apex/apxxepwd.sql password