Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

12/12/2017 Installing and configuring Oracle Apex 5.

MENU

Installing and configuring Oracle Apex 5.0

View more categories:

Oracle APEX Tutorials

1- The installation requires


2- Download Oracle APEX
3- Installing Oracle APEX
•4-Extract
Configuring APEX
Compressed
5- Running Oracle APEX admin
•6-Zip Getting
File Extraction
Started with Oracle APEX programming

• Decompress ZIP

Oracle APEX 5.0

1- The installation requires

Before installing  Oracle Application Express (Oracle APEX) you need to:

1. Install Oracle Database (10g, 11g or 12c)

0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 1/11
12/12/2017 Installing and configuring Oracle Apex 5.0

You can reference how to install  Oracle Database at:

Installing and configuring Oracle Database 11g

Installing and configuring Oracle Database 12c

2- Download Oracle APEX


• Extract Compressed

• Zip File Extraction

• Decompress ZIP

http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html

To download, you need to log in with an account of  Oracle, if not, you can register a free account.
0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 2/11
12/12/2017 Installing and configuring Oracle Apex 5.0

• Extract Compressed

3- Installing Oracle APEX


• Zip File Extraction

• Decompress ZIP

Decompress zip file you have downloaded in some position of hard disk drive. Here I decompress it at  C:/DevPrograms.


Note: Your folder must be named  apex. This is compulsory.

0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 3/11
12/12/2017 Installing and configuring Oracle Apex 5.0

• Extract Compressed

• Zip File Extraction

• Decompress ZIP

Open CMD and CD to apex directory:

Next, enter sqlplus statement in order to log in sqlplus (Note: Don't open sqlplus directly. It should be through CMD after CD to apex directory).

0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 4/11
12/12/2017 Installing and configuring Oracle Apex 5.0

Sign in to user sys, as sysdba.

• Extract Compressed

• Zip File Extraction

• Decompress ZIP
Login successful:

Run script apexins.sql

1 -- ?
2 -- Run script apexins.sql with parameters:
3 --
4 -- @apexins.sql tablespace_apex tablespace_files tablespace_temp images
5 --
6 -- Where:
7 -- tablespace_apex is the name of the tablespace for the Oracle Application Express application user.
8 -- tablespace_files is the name of the tablespace for the Oracle Application Express files user.
9 -- tablespace_temp is the name of the temporary tablespace or tablespace group.
10 -- images is the virtual directory for Oracle Application Express images.
11 -- (To support future Oracle Application Express upgrades, define the virtual image directory as /i/.)
12 --
13  
14 @apexins.sql sysaux sysaux temp /i/

0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 5/11
12/12/2017 Installing and configuring Oracle Apex 5.0

Wait for about 30 minutes until the above statement is completed.

• Extract Compressed

• Zip File Extraction

• Decompress ZIP

The above script create some  SCHEMA on Database, you can test by querying view ALL_USERS on  SQLPlus:

0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 6/11
12/12/2017 Installing and configuring Oracle Apex 5.0

4- Configuring APEX

You need log in  SQLPlus again from  CMD and sign in  sys user as sysdba.

apex_egp_config.sql

This script will load the Application Express images into XDB and then configure a DAD for use by Application Express in the Embedded PL/SQL Gateway.

1 -- ?
2 -- Running script apex_epg_config.sql with parameter:
• Extract Compressed
3 -- @apex_epg_config.sql <parent of apex directory>
4 --
• Zip  File Extraction
5
6 @apex_epg_config.sql C:\DevPrograms

• Decompress ZIP

Unlock user anonymous:

1 -- Unlock user anonymous: ?


2  
3 alter user anonymous account unlock; 0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 7/11
12/12/2017 Installing and configuring Oracle Apex 5.0

apexconf.sql

Run script apexconf.sql

Used to perform the final configuration steps for Oracle Application Express, including setting the XDB HTTP listener port and Application Express ADMIN password.

1 -- ?
2 -- Running script: @apxconf.sql
3 -- Setup password for ADMIN
• 4Extract Compressed
-- Configuring XDB Http Listener port
5 --
6  
• 7Zip @apxconf.sql
File Extraction

• Decompress ZIP

To user, you can use ADMIN by default, and email can be skipped.
To password, the system requires you to enter a strong password:
Password does not conform to this site's password complexity rules.

1. Password must contain at least 6 characters.


2. Password must contain at least one alphabetic character (abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ).
3. Password must contain at least one punctuation character (!"#$%&()``*+,-/:;?_).
4. Password must contain at least one upper-case alphabetic character.
5. Password must contain at least one lower-case alphabetic character.

0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 8/11
12/12/2017 Installing and configuring Oracle Apex 5.0

Port default is 8080:

• Extract Compressed

• Zip File Extraction

• Decompress ZIP

The configuration has been completed.

5- Running Oracle APEX admin

http://localhost:8080/apex/apex_admin

0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 9/11
12/12/2017 Installing and configuring Oracle Apex 5.0


YouExtract Compressed
have successfully logged into the system of management of Oracle APEX:

• Zip File Extraction

• Decompress ZIP

6- Getting Started with Oracle APEX programming

0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 10/11
12/12/2017 Installing and configuring Oracle Apex 5.0

Next you can be ready with Oracle APEX programming, you can read document:

Oracle APEX Tutorial for Beginners (APEX 5.0)

• Extract Compressed

• Zip File Extraction

• Decompress ZIP

View more categories:

Oracle APEX Tutorials

Oracle APEX Tutorials

Creating and Managing Oracle Wallet


What is Oracle Application Express?
Installing and configuring Oracle Apex 5.0
Install Oracle REST Data Services (ORDS) for Oracle APEX
Oracle APEX Tutorial for Beginners (APEX 5.0)
Oracle APEX Tabular Form Tutorial
Oracle APEX Master Details Tutorial
Custom Authentication in Oracle APEX
Oracle APEX Dynamic Action Tutorial
Create Dynamic Content Region in Oracle APEX (PL/SQL Dynamic Content)
What is Business Intelligence? 0 0

http://o7planning.org/en/10341/installing-and-configuring-oracle-apex 11/11

You might also like