【问题标题】:Sql Script file (apex_epg_config.sql) is missing in Oracle Apex 20.2Oracle Apex 20.2 中缺少 Sql 脚本文件 (apex_epg_config.sql)
【发布时间】:2021-02-06 10:38:20
【问题描述】:

我在带有 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 oracle-apex oracle12c oracle-apex-20.1


    【解决方案1】:

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

    【讨论】:

      【解决方案2】:

      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。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2021-04-05
        • 1970-01-01
        • 1970-01-01
        • 2023-01-31
        相关资源
        最近更新 更多