======Install APEX Upgrade======
This page shows how to upgrade an instance of Oracle APEX on a CentOS server.
=====Prerequisites=====
You must have a server with APEX installed. This guide assumes that you are running APEX on a Glassfish Web Application Server.
=====Upgrade APEX=====
As per instructions [[http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html|here]].
- Download latest apex. If a version is already installed, you may need to download specific patch from my oracle support.
- Disable applications "apex" and "i" on glassfish server
- Move zip file to /oracle/apex on server.
- Unzip the folder
- cd patch
- Run the following (takes about 12 minutes)@apxpatch.sql
- Copy the patch/images directory into the images directory used for Application Express.cd /oracle/apex/patch/patch
$ sqlplus /nolog
SQL> CONNECT SYS as SYSDBA
Enter password: SYS_password
@apxldimg.sql /oracle/apex/patch/patch
- Fix SELinux permissions.chcon -R -t httpd_sys_content_t