Skip to content

Upgrade APEX

You don’t depend on any changes to this project to upgrade APEX. As soon as an update is available, you can follow these steps to upgrade APEX in your local environment.

Terminal window
wget https://download.oracle.com/otn_software/apex/apex-latest.zip
unzip apex-latest.zip
rm apex-latest.zip
rm -rf ./META-INF || true
Terminal window
cd apex
sql -name local-23ai-sys @apexins.sql SYSAUX SYSAUX TEMP /i/
exit;
Terminal window
cd ..
rm -rf ./apex-images || true
cp -r ./apex/images ./apex-images

If you get an popup error saying your files our outdated, you need to clear your browser cache.