Relative Content

Tag Archive for dockerdockerfileoracle-apexapex

How to Resolve Oracle APEX Upgrade Error on Docker?

I’m trying to upgrade Oracle APEX from version 23.2 to 24.1 on a Docker setup with Oracle DB 23c and ORDS 24. During the upgrade, I encountered an error message: “There is a problem with your environment because the Oracle APEX files are not up-to-date! The files for version 23.2.0 have been loaded, but 24.1.0 is expected. Please verify that you have copied the images directory to your application server as instructed in the Installation Guide.” I am looking for a solution to resolve this issue and successfully complete the upgrade.