1. Download the latest version of Application Express from the Oracle Technology Network and Unzip the downloadloaded zip file:
unzip apex_4.2.5_en.zip #change the working directory to unzip folder cd apex2. Start SQL*Plus and connect to the Oracle XE database:
sqlplus /nolog SQL> CONNECT SYS as SYSDBA Enter Password: SYS_Password3. Install Application Express:
SQL> @apexins SYSAUX SYSAUX TEMP /i/4. Copy images folder from apex/images to a different location to prevent failure of loading images in the next step
mkdir -p /tmp/apex/images/ cp -r imges/* /tmp/apex/images
5. Log back into SQL*Plus (as above) and load images:
SQL> @apxldimg.sql /tmp6. Upgrade Application Express password:
SQL> @apxchpwd Enter password for Application Express ADMIN account.7. In a Web browser, navigate to the Oracle Application Express Administration Services application:
http://127.0.0.1:8080/apex/apex_admin
In Username, enter ADMIN
In Password, enter the password entered in Step 6
No comments:
Post a Comment