How to install Oracle Application Express 3.1.2 on Oracle Database 10g XE
Before upgrading to Oracle APEX 3.1.2 from the Oracle APEX 2.1 that comes with Oracle Database 10g XE you should carefully read this page to know all the facts that you might loose and win. After that follow the next guide. The Oracle’s one has a minor problem.
- Download APEX from here.
- Unzip it to a convenient directory (/opt on a Linux machine or C:\oraclexe\apex on a Windows machine)
- Start an SQL*Plus session from that directory
- Install APEX:
- Reconnect to your database.
- Set the images PATH for APEX (APEX_HOME is the folder where you have unzipped APEX; e.g.: /opt, C:\oraclexe)
- Set the Administrator password for APEX:
- Restart your XE instance.
- Your new APEX is available at http://localhost:port/apex or for administration purposes at http://localhost:port/apex/apex_admin
sqlplus / as sysdba
@apexins SYSAUX SYSAUX TEMP /i/
@apxldimg.sql APEX_HOME
@apxxepwd.sql secret
You might also like:
2 Comments
Leave a comment
Recent Posts
Projects that I support
Recent Comments
nope said:
yeah that was my first thought too, but: mount: warning: seems to be mounted read-write. too bad, would have been just perfect. more»Klaus Deiss said:
Dear Radu, I tried it on Ubuntu 10.0.4.2 and 10.0.4.3 with different kernel versions (amd64 server 2.6.32 kernel). No... more»scompo said:
Nope.. Now it’s not working again.. This printer it’s a real pain in the butt.. The other hp printer I had... more»Dmitrij said:
Thank you Peter and Patrice. Could you please post the updated script? more»hd_flash_pains said:
didn’t work for me more»








Thanks for the post!
In Oracle 10g enterprise edition, if you want to get APEX working with the pl/sql gateway (EPG) using the http server inside the XML DB, here is a step-by-step guide:
http://cglendenningoracle.blogspot.com/2009/08/how-to-install-oracle-application.html
The challenges that I had include a pop-up that the browser was displaying, and having to put user anymous into the APEX dad. I have walked through these instructions on a fresh install, and it seems to work.
[...] access the OC4J EM at http://127.0.0.1:8888/em and the DB at http://127.0.0.1:8080/apex (note that APEX is not [...]