Sql Script file (apex_epg_config.sql) is missing in Oracle Apex 20.2

风格不统一 提交于 2021-02-11 12:41:48

问题


I have Oracle Apex 20.1 Installed on Oracle Linux 6.10 Server with Oracle Database 12.2. Recently I am trying to update into Apex 20.2 but this script file (apex_epg_config.sql) is missing in zip folder.

When I load the site then giving me this error:

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.

How to solve this error?


回答1:


The embedded PL/SQL Gateway (EPG) along with mod_plsql are no longer supported for Oracle APEX. This deprecation was announced in APEX 20.1.

Oracle REST Data Services (ORDS) is the only supported and documented Web listener for APEX. The configuration instructions are here. ORDS includes an embedded Web server, so in addition to being supported with Apache Tomcat and WebLogic Server, you can also run ORDS standalone.




回答2:


I had the same problem after upgrading from APEX 18.2 to 20.2. I solved the problem by not executing this script. It seems that it isn't needed any longer. Update succeeded without running this script. Attention: There is a pitfall: After upgrading you must clear your browser cache (only images). When I cleared the browser cache, the error message disappeared.



来源:https://stackoverflow.com/questions/64498724/sql-script-file-apex-epg-config-sql-is-missing-in-oracle-apex-20-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!