databases:install_apex_upgrade
Table of Contents
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 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
databases/install_apex_upgrade.txt · Last modified: by 127.0.0.1
