Top Banner
Installing Oracle Application Express on XE http://www.dbcon.com This document is a step-by-step guide to install Oracle Express Edition Database (XE) on Microsoft Windows platform and then install Oracle Application Express on Oracle XE Database.
26

Step-by-step guide to install Oracle APEX on XE on Windows

Apr 11, 2015

Download

Documents

DBCON Pte. Ltd.

Step by step guide to install Oracle Application Express on Oracle Express Edition Database (XE) on Windows platform.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Step-by-step guide to install Oracle APEX on XE on Windows

Installing Oracle Application Express on XE

httpwwwdbconcom

This document is a step-by-step guide to install Oracle

Express Edition Database (XE) on Microsoft Windows

platform and then install Oracle Application Express on

Oracle XE Database

httpwwwdbconcom httpdbconblogspotcom

2 Installing Oracle Application Express on XE

Contents Installing Oracle XE on Windows 3

Installing Latest Version of Oracle Application Express on Oracle XE database 14

Performing Full Installation of Oracle Application Express 14

httpwwwdbconcom httpdbconblogspotcom

3 Installing Oracle Application Express on XE

Installing Oracle XE on Windows

1 Navigate to URL

httpwwworaclecomtechnologysoftwareproductsdatabasexeindexhtml to download

Oracle XE database

2 Click on the platform version of Oracle XE database that you would like to install

httpwwwdbconcom httpdbconblogspotcom

4 Installing Oracle Application Express on XE

3 Click on Accept License Agreement to be able to download the database

4 Depending on the language that you intend to use click on the Oracle Database edition that

you would like to install It is better to install multi-byte Unicode database so that all the

languages can be used if required

httpwwwdbconcom httpdbconblogspotcom

5 Installing Oracle Application Express on XE

5 To be able to download the Oracle XE Database software you need to logon to Oracle

Technology Network If you are member of OTN enter your username and password If you are

not a member yet sign up for OTN membership using lsquosign up nowrsquo link Itrsquos free

6 Click on lsquoSave Filersquo

httpwwwdbconcom httpdbconblogspotcom

6 Installing Oracle Application Express on XE

Oracle XE database software will be downloaded to your disk Wait for the download to finish

Depending on your internet connection it may take a while

7 One the file is downloaded navigate to the directory where the software has been downloaded

Double click on OracleXEUnivexe to install Oracle XE database

httpwwwdbconcom httpdbconblogspotcom

7 Installing Oracle Application Express on XE

Click lsquoNextrsquo

Accept the License Agreement Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

8 Installing Oracle Application Express on XE

Select the folder where you want to install Oracle XE Click lsquoNextrsquo

Specify the password for SYS amp SYSTEM account You can change the passwords later on also

Specify password as lsquoxersquo Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 2: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

2 Installing Oracle Application Express on XE

Contents Installing Oracle XE on Windows 3

Installing Latest Version of Oracle Application Express on Oracle XE database 14

Performing Full Installation of Oracle Application Express 14

httpwwwdbconcom httpdbconblogspotcom

3 Installing Oracle Application Express on XE

Installing Oracle XE on Windows

1 Navigate to URL

httpwwworaclecomtechnologysoftwareproductsdatabasexeindexhtml to download

Oracle XE database

2 Click on the platform version of Oracle XE database that you would like to install

httpwwwdbconcom httpdbconblogspotcom

4 Installing Oracle Application Express on XE

3 Click on Accept License Agreement to be able to download the database

4 Depending on the language that you intend to use click on the Oracle Database edition that

you would like to install It is better to install multi-byte Unicode database so that all the

languages can be used if required

httpwwwdbconcom httpdbconblogspotcom

5 Installing Oracle Application Express on XE

5 To be able to download the Oracle XE Database software you need to logon to Oracle

Technology Network If you are member of OTN enter your username and password If you are

not a member yet sign up for OTN membership using lsquosign up nowrsquo link Itrsquos free

6 Click on lsquoSave Filersquo

httpwwwdbconcom httpdbconblogspotcom

6 Installing Oracle Application Express on XE

Oracle XE database software will be downloaded to your disk Wait for the download to finish

Depending on your internet connection it may take a while

7 One the file is downloaded navigate to the directory where the software has been downloaded

Double click on OracleXEUnivexe to install Oracle XE database

httpwwwdbconcom httpdbconblogspotcom

7 Installing Oracle Application Express on XE

Click lsquoNextrsquo

Accept the License Agreement Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

8 Installing Oracle Application Express on XE

Select the folder where you want to install Oracle XE Click lsquoNextrsquo

Specify the password for SYS amp SYSTEM account You can change the passwords later on also

Specify password as lsquoxersquo Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 3: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

3 Installing Oracle Application Express on XE

Installing Oracle XE on Windows

1 Navigate to URL

httpwwworaclecomtechnologysoftwareproductsdatabasexeindexhtml to download

Oracle XE database

2 Click on the platform version of Oracle XE database that you would like to install

httpwwwdbconcom httpdbconblogspotcom

4 Installing Oracle Application Express on XE

3 Click on Accept License Agreement to be able to download the database

4 Depending on the language that you intend to use click on the Oracle Database edition that

you would like to install It is better to install multi-byte Unicode database so that all the

languages can be used if required

httpwwwdbconcom httpdbconblogspotcom

5 Installing Oracle Application Express on XE

5 To be able to download the Oracle XE Database software you need to logon to Oracle

Technology Network If you are member of OTN enter your username and password If you are

not a member yet sign up for OTN membership using lsquosign up nowrsquo link Itrsquos free

6 Click on lsquoSave Filersquo

httpwwwdbconcom httpdbconblogspotcom

6 Installing Oracle Application Express on XE

Oracle XE database software will be downloaded to your disk Wait for the download to finish

Depending on your internet connection it may take a while

7 One the file is downloaded navigate to the directory where the software has been downloaded

Double click on OracleXEUnivexe to install Oracle XE database

httpwwwdbconcom httpdbconblogspotcom

7 Installing Oracle Application Express on XE

Click lsquoNextrsquo

Accept the License Agreement Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

8 Installing Oracle Application Express on XE

Select the folder where you want to install Oracle XE Click lsquoNextrsquo

Specify the password for SYS amp SYSTEM account You can change the passwords later on also

Specify password as lsquoxersquo Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 4: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

4 Installing Oracle Application Express on XE

3 Click on Accept License Agreement to be able to download the database

4 Depending on the language that you intend to use click on the Oracle Database edition that

you would like to install It is better to install multi-byte Unicode database so that all the

languages can be used if required

httpwwwdbconcom httpdbconblogspotcom

5 Installing Oracle Application Express on XE

5 To be able to download the Oracle XE Database software you need to logon to Oracle

Technology Network If you are member of OTN enter your username and password If you are

not a member yet sign up for OTN membership using lsquosign up nowrsquo link Itrsquos free

6 Click on lsquoSave Filersquo

httpwwwdbconcom httpdbconblogspotcom

6 Installing Oracle Application Express on XE

Oracle XE database software will be downloaded to your disk Wait for the download to finish

Depending on your internet connection it may take a while

7 One the file is downloaded navigate to the directory where the software has been downloaded

Double click on OracleXEUnivexe to install Oracle XE database

httpwwwdbconcom httpdbconblogspotcom

7 Installing Oracle Application Express on XE

Click lsquoNextrsquo

Accept the License Agreement Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

8 Installing Oracle Application Express on XE

Select the folder where you want to install Oracle XE Click lsquoNextrsquo

Specify the password for SYS amp SYSTEM account You can change the passwords later on also

Specify password as lsquoxersquo Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 5: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

5 Installing Oracle Application Express on XE

5 To be able to download the Oracle XE Database software you need to logon to Oracle

Technology Network If you are member of OTN enter your username and password If you are

not a member yet sign up for OTN membership using lsquosign up nowrsquo link Itrsquos free

6 Click on lsquoSave Filersquo

httpwwwdbconcom httpdbconblogspotcom

6 Installing Oracle Application Express on XE

Oracle XE database software will be downloaded to your disk Wait for the download to finish

Depending on your internet connection it may take a while

7 One the file is downloaded navigate to the directory where the software has been downloaded

Double click on OracleXEUnivexe to install Oracle XE database

httpwwwdbconcom httpdbconblogspotcom

7 Installing Oracle Application Express on XE

Click lsquoNextrsquo

Accept the License Agreement Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

8 Installing Oracle Application Express on XE

Select the folder where you want to install Oracle XE Click lsquoNextrsquo

Specify the password for SYS amp SYSTEM account You can change the passwords later on also

Specify password as lsquoxersquo Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 6: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

6 Installing Oracle Application Express on XE

Oracle XE database software will be downloaded to your disk Wait for the download to finish

Depending on your internet connection it may take a while

7 One the file is downloaded navigate to the directory where the software has been downloaded

Double click on OracleXEUnivexe to install Oracle XE database

httpwwwdbconcom httpdbconblogspotcom

7 Installing Oracle Application Express on XE

Click lsquoNextrsquo

Accept the License Agreement Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

8 Installing Oracle Application Express on XE

Select the folder where you want to install Oracle XE Click lsquoNextrsquo

Specify the password for SYS amp SYSTEM account You can change the passwords later on also

Specify password as lsquoxersquo Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 7: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

7 Installing Oracle Application Express on XE

Click lsquoNextrsquo

Accept the License Agreement Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

8 Installing Oracle Application Express on XE

Select the folder where you want to install Oracle XE Click lsquoNextrsquo

Specify the password for SYS amp SYSTEM account You can change the passwords later on also

Specify password as lsquoxersquo Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 8: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

8 Installing Oracle Application Express on XE

Select the folder where you want to install Oracle XE Click lsquoNextrsquo

Specify the password for SYS amp SYSTEM account You can change the passwords later on also

Specify password as lsquoxersquo Click lsquoNextrsquo

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 9: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

9 Installing Oracle Application Express on XE

Click lsquoInstallrsquo to start the installation

Wait for the installation to finish

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 10: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

10 Installing Oracle Application Express on XE

Check the lsquoLaunch Database homepagersquo and Click lsquoFinishrsquo

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 11: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

11 Installing Oracle Application Express on XE

Logon to database home page to ensure that you are able to logon and the database has been

installed successfully Enter the username as lsquoSYSTEMrsquo and the password that you specified in

the previous step If you specified your password as lsquoxersquo then enter lsquoxersquo as password

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 12: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

12 Installing Oracle Application Express on XE

Once you have verified that you can login click on lsquoLogoutrsquo

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 13: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

13 Installing Oracle Application Express on XE

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 14: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

14 Installing Oracle Application Express on XE

Installing Oracle Application Express on Oracle XE database

Oracle Application Express is available in two installation formats

a One is the full installation of the latest version of Oracle APEX If you do not already have

installed APEX then you can download and install the full installation Full installation of Oracle

APEX software is available at URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml

b Second is the patch set that needs to be installed on the existing version If you are already

using Oracle Application Express then you need to download and install the patch set to

upgrade your Oracle Application Express to the latest version The patch set to upgrade to the

latest version of Oracle APEX is available on httpmetalinkoraclecom Go to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressindexhtml to find

out the patch number for the latest patch set version

Performing Full Installation of Oracle Application Express

1 If not already done so download the latest version of Oracle Application Express from OTN Go

to URL

httpwwworaclecomtechnologyproductsdatabaseapplication_expressdownloadhtml to

get the latest version of Oracle APEX

2 Click on lsquoAccept License Agreementrsquo

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 15: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

15 Installing Oracle Application Express on XE

3 Click on lsquoDownloadrsquo to download Oracle Application Express

4 Provide your OTN user id and password to be able to download the software If you do not have

account with OTN yoursquoll need to register yourself first to be able to download the software The

registration is free

Provide your username amp password Click lsquoContinuersquo

If you want to download a prior

release of Oracle Application

Express click here

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 16: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

16 Installing Oracle Application Express on XE

The software will be downloaded to your PC

5 Once downloaded navigate to the directory where you have downloaded the software and

unzip the file

6 Unzip the file in the same directory

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 17: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

17 Installing Oracle Application Express on XE

Once unzipped you will see a folder with the name lsquoapexrsquo inside the folder where you have

unzipped the file

7 To install Oracle APEX on Oracle XE database Click on lsquoStartrsquo ndashgt lsquoRunrsquo

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 18: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

18 Installing Oracle Application Express on XE

8 Type lsquocmdrsquo in the run window and press enter to go to the command window

9 Navigate to the directory where you have unzipped the apex installation files Set the

environment and logon to Oracle XE database If you have not installed Oracle XE database

under ldquo coraclexe ldquo path then replace this value with the path where you have installed Oracle

XE Database

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 19: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

19 Installing Oracle Application Express on XE

You can copy paste the following to avoid typing errors

set ORACLE_HOME=coraclexeapporacleproduct1020server

set ORACLE_SID=XE

set PATH=ORACLE_HOMEbinPATH

10 Run the following command to install APEX in the database

apexins SYSAUX SYSAUX TEMP i

Once installation finishes you should be seeing the following messages on the screen

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 20: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

20 Installing Oracle Application Express on XE

11 Review the contents of the log file to ensure that no errors were encountered during the

installation The log file name is in the format of installltYYYY-MM-DD_HH24-MI-SSgtlog

12 Connect to database as SYSDBA user and run the following command to load the images in

Oracle XE Database

apxldimg cltpath_where_apex_software_was_unzippedgt

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 21: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

21 Installing Oracle Application Express on XE

Once the images are uploaded successfully you should be seeing the following message on

your screen

Exit from sqlplus by typing lsquoexitrsquo

13 Connect again to database as SYSDBA user and run apxxepwdsql to change the password for

Oracle Application express lsquoADMINrsquo user Specify the password when prompted and remember

it

apxxepwdsql

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 22: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

22 Installing Oracle Application Express on XE

Exit from sqlplus by typing lsquoexitrsquo

Now you should be able to access your Oracle Application Express Administration Services by

opening the internet browser and typing the URL http1270018080apexapex_admin

14 However if you want others to be able to access the application express through network or if

you want to access Oracle Application Express using your PCrsquos hostname and domain name (eg

httphostnamedomainportapexapex_admin ) connect again to database as SYSDBA user

and run the following command

execute dbms_xdbsetListenerLocalAccess(l_access =gt FALSE)

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 23: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

23 Installing Oracle Application Express on XE

15 Open the browser type the URL in format httphostnamedomain8080apexapex_admin

and you should be seeing the following screen The username is lsquoadminrsquo and the password is the

password that you specified in step 13 Enter the username amp the password and click on lsquoLoginrsquo

16 When logging on for the first time you will need to change the password for admin user

Specify the old password the new password and click on lsquoApply Changesrsquo

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 24: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

24 Installing Oracle Application Express on XE

17 Click lsquoReturnrsquo to return to the login page

18 Logon with the new password

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 25: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

25 Installing Oracle Application Express on XE

Now you are logged on to APEX Administration service and is ready to use APEX Start by

clicking on lsquoManage Workspacersquo and create a new workspace Then logout of APEX

Administration service and login to your workspace using the URL

httphostnamedomain8080apex

If you would like to learn how to Develop Applications in Oracle Application Express check out

our training program at URL httpwwwdbconcomcourseshtml We offer Live Online

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom

Page 26: Step-by-step guide to install Oracle APEX on XE on Windows

httpwwwdbconcom httpdbconblogspotcom

26 Installing Oracle Application Express on XE

Training in Oracle Application Express which can be attended by anyone from anywhere in the

world All you need is a computer and internet connection

We will give you your own dedicated workspace to practise 24 hours a day In an unlikely event

that you are not satisfied or feel that this training is not benefitting to you you can get your

entire money back No questions asked

For training enquiry or any commentsfeedback on this document please send e-mail

contactdbconcom

For more free tutorials on Oracle Application Express please visit httpdbconblogspotcom

Regards

Team DBCON

httpwwwdbconcom