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

6.9k views Asked by At

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?

2

There are 2 answers

0
Joel R. Kallman On

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.

0
Hans-Peter Iten On

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.