
Oracle 12275 1 0 Apr17 ? 00:21:14 java -Duser.timezone=UTC .Request.maxFormContentSize=20971520 -jar ords.war standalone I do this by running the kill command on the ORDS process ID: $ ps -ef|grep ords Now before we continue with the upgrade, we need to shut down ORDS so that no one can access the APEX environment during the upgrade. SQL> CREATE TABLESPACE APEX_201 DATAFILE '/opt/oracle/oradata/XE/XEPDB1/apex201_01.dbf' SIZE 100M AUTOEXTEND ON NEXT 100M

This tablespace will be used to store the objects for the APEX 20.1 installation: $ sqlplus /nolog Let’s first create a new tablespace with name “APEX_201” in database XEPDB1. So the schema used for APEX 19.2 (APEX_190200) will remain untouched. During the upgrade, new database objects will be created in a new schema and the application metadata will be migrated to the new release. My current installation of APEX 19.2 is installed in the pluggable database XEPDB1 and is using tablespace SYSAUX. It’s important to keep the installation files somewhere because you might need some of the SQL scripts or files later on.
#Oracle apex port zip file#
I started by downloading the software zip file (I choose the “All Languages” version), copying it to my Linux server (don’t unzip it before copying, or it will take ages) and unzipping it into a new directory (I put it in a new directory “/home/oracle/apex201”). Looks like the requirements are ok, so we can continue with the upgrade.
#Oracle apex port upgrade#
Let’s see if I can easily upgrade my Oracle 18c XE installation from APEX 19.2 to APEX 20.1. Starting with release 20.2, only the current and prior major release of Microsoft Edge along with Google Chrome, Mozilla Firefox, Apple Safari will be supported. Support for Internet Explorer (IE) 11 is deprecated. This looks promising! Something to note regarding web browser support: Application Backups: APEX automatically backs up modified applications as a part of daily maintenance.Interactive Grid Support for URL Filtering.Split Export Files into Separate Scripts.Remote Application Deployment: deploy an application to remote APEX instances using REST Enabled SQL references.Mega Menu Navigation: Mega Menu Navigation renders application navigation as a collapsible floating panel that displays all navigation items at once.Friendly URL Syntax: APEX applications now support two types of URL syntax: Friendly URL Syntax and legacy f?p Syntax.

#Oracle apex port download#
APEX 20.1 is out! Oracle released it yesterday, and you can download it here.
