Upgrade Apex to 3.2 in Oracle XE
- Download apex3.2
- Unzip and place it in c:\oraclexe\
- In command prompt type cd c:\oraclexe\apex
- Then run sqlplus connect – sys as sysdba
- Declare oracle_home
Then type
@apexins password SYSAUX SYSAUX TEMP /i/
Once you complete the standard install, you need to perform the following steps to complete the upgrade:
- Connect to SQL*Plus as SYS
- @APEX_HOME/apex/apxldimg.sql APEX_HOME
- @APEX_HOME/apex/apxxepwd.sql password
(where password is the password of the Application Express internal ADMIN account) - For the steps above, APEX_HOME is the directory where the Application Express software was unzipped. In our case c:\oraclexe\
Comments
Post a Comment