How to Upgrade
To install the latest version of Oracle Application Express in your Oracle Database XE,
first UNZIP apex 4.0 Application Express Ver into D:\APEX folder
2. Change your working directory to apex. For example
While u on Dos Prompt
D:
D:> cd APEX
Now Execute following command
1. SQLPLUS / NOLOG
2. CONNECT SYS AS SYSDBA
3. Enter Password : HERE INPUT YOUR PASSWORD
4.
5. Install Application Express:
• SQL> @apexins SYSAUX SYSAUX TEMP /i/
5. Log back into SQL*Plus (as above) and load images:
• SQL> @apxldimg.sql APEX_HOME
• [Note: APEX_HOME is the directory you specified when unzipping the file. For
example, with Windows 'C:\'.]
6. Upgrade Application Express password:
• SQL> @apxchpwd
• Enter password for Application Express ADMIN account.
7. In a Web browser, navigate to the Oracle Application Express Administration
Services application:
• http://localhost:8080/apex/apex_admin
• In Username, enter ADMIN
• In Password, enter the password entered in Step 6