Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
52 views1 page

How To Install Application Express

To upgrade Oracle Application Express in an Oracle Database XE, unzip the Apex files into a folder, change the working directory in the command prompt to that folder, run SQL commands as SYSDBA to install and load images, and change the ADMIN password. Then log into the Application Express Administration Services page to complete the upgrade.

Uploaded by

Fardous Nadeem
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views1 page

How To Install Application Express

To upgrade Oracle Application Express in an Oracle Database XE, unzip the Apex files into a folder, change the working directory in the command prompt to that folder, run SQL commands as SYSDBA to install and load images, and change the ADMIN password. Then log into the Application Express Administration Services page to complete the upgrade.

Uploaded by

Fardous Nadeem
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

How to Upgrade

To install the latest version of Oracle Application Express in your Oracle Database XE,
first UNZIP apex 4.0 Application Express Ver into D:\APEX folder

2. Change your working directory to apex. For example

While u on Dos Prompt

D:

D:> cd APEX

Now Execute following command

1. SQLPLUS / NOLOG
2. CONNECT SYS AS SYSDBA
3. Enter Password : HERE INPUT YOUR PASSWORD
4.

5. Install Application Express:

• SQL> @apexins SYSAUX SYSAUX TEMP /i/

5. Log back into SQL*Plus (as above) and load images:

• SQL> @apxldimg.sql APEX_HOME


• [Note: APEX_HOME is the directory you specified when unzipping the file. For
example, with Windows 'C:\'.]

6. 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://localhost:8080/apex/apex_admin
• In Username, enter ADMIN
• In Password, enter the password entered in Step 6

You might also like