Oracle Apex 20.2中缺少Sql脚本文件apex_epg_config.sql

问题描述

我在具有Oracle Database 12.2的Oracle Linux 6.10服务器上安装了Oracle Apex 20.1。最近,我正尝试更新到Apex 20.2,但是zip文件夹中缺少此脚本文件(apex_epg_config.sql)。

当我加载网站时,出现此错误

There is a problem with your environment because the Application Express files are not up-to-date! The 
files for version 20.1.0.00.13 have been loaded,but 20.2.0.00.20 is expected. Please verify that you 
have copied the images directory to your application server as instructed in the Installation Guide.

如何解决错误

解决方法

Oracle APEX不再支持嵌入式PL / SQL网关(EPG)和mod_plsql。 APEX 20.1中的弃用was announced

Oracle REST数据服务(ORDS)是APEX唯一受支持和记录的Web侦听器。配置说明为here。 ORDS包括一个嵌入式Web服务器,因此,除了Apache Tomcat和WebLogic Server支持,您还可以独立运行ORDS。

,

从APEX 18.2升级到20.2后,我遇到了同样的问题。我通过不执行此脚本解决了问题。似乎不再需要它。没有运行此脚本,更新成功。 注意:有一个陷阱:升级后,您必须清除浏览器缓存(仅图像)。清除浏览器缓存后,错误消息消失了。