1- The installation requires
Before installing
Oracle Application Express (Oracle APEX) you need to:
- Install Oracle Database (10g, 11g or 12c)

2- Download Oracle APEX

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

3- Installing Oracle APEX
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.


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
apexdirectory).

Sign in to user
sys, as
sysdba.

Login successful:

Run script
apexins.sql
1
2
3
4
5
6
7
8
9
10
|