Wednesday 29 September 2010

Install Apex on Oracle XE database

1. Ensure you are logged into Windows XP/7 with Administrator rights
I assume you already installed OracleXE database.
2. Create home directory for APEX and extract software to that directory
I have created like this C:\ORACLE\product\OracleXE\app\oracle\product\10.2.0\server\apex_4.0.1\apex\all_apex_files
3. Using SQLPLUS, install the APEX software against the XE database you already installed
Login as sysdba
@apexins.sql SYSAUX SYSAUX TEMP /i/
4. Change the APEX ADMIN account password (4:35)
@apxchpwd.sql
5. Run the image loader script (5:25)
@apxldimg.sql C:\ORACLE\product\OracleXE\app\oracle\product\10.2.0\server\apex_4.0.1
6. Login to http://localhost:8080/apex and check it.

That's All !
Enjoy it.

No comments: