Oracle Apex
RAPID APPLICATION DEVELOPMENT TOOLS
Installation and Configuration
Oracle Apex Installation (EPG)
Version5.1.4
 Oracle 11g Express Edition (XE)
 Oracle Apex Latest 5.1.04
Requirements
Installation Steps
Step 1
 Install oracle 11g XE and Remember Your Password.
 Create Table Space
Create Tablespace Apex_DT
Datafile 'C:oraclexeapporacleoradataXEApex_DT.dbf' SIZE 2048M
EXTENT MANAGEMENT LOCAL
SEGMENT SPACE MANAGEMENT AUTO;
1
Installation Steps
Step 2
 Create a Directory In D Drive Name As Like Apex_Installation
 Unzip Downloaded Apex 5.1.4 in
Location D:apex_installationapex
2
Installation Steps
Step 3
 Go the Apex Directory
cd /d D:apex_installationapex
 Login sqlplus
sys as sysdba
 Run Following Script
@apexins.sql Apex_DT Apex_DT temp /i/
Wait few Minutes approximately 10 to 15mnts
3
Installation Steps
Step 4
Again Connect sqlplus from the Apex Directory
sys as sysdba
 Run Following Script
@apxrtins.sql apex_data apex_data temp /i/
4
Installation Steps
Step 5
ALTER USERS
> alter user apex_public_user account unlock identified by Apex2018;
> alter user flows_files account unlock identified by Apex2018;
PORT DEFINE
> exec dbms_xdb.sethttpport(8080);
5
Installation Steps
Step 6
 Run Following Script
@apex_rest_config.sql
 Run The Network (ACL) Script
GO to The Directory cd /d E:Apex_Files
conn as sysdba from the Apex Directory
Run > @Apex_network_admin_privliage.sql;
6
Installation Steps
Step 7
 Run Following Script
@apex_epg_config.sql D:apex_installation
 Alter User
alter user anonymous account unlock identified by Apx2018;
7
Installation Steps
Step 8
 Run Following Script
@apxconf
Sample Password : ApexBB123#
Complete 
8
Welcome To Oracle Apex
Open Your Browser :
Write on Address Bar : localhost:8080/apex

Oracle Apex Installation (EPG)

  • 1.
    Oracle Apex RAPID APPLICATIONDEVELOPMENT TOOLS Installation and Configuration
  • 2.
    Oracle Apex Installation(EPG) Version5.1.4  Oracle 11g Express Edition (XE)  Oracle Apex Latest 5.1.04 Requirements
  • 3.
    Installation Steps Step 1 Install oracle 11g XE and Remember Your Password.  Create Table Space Create Tablespace Apex_DT Datafile 'C:oraclexeapporacleoradataXEApex_DT.dbf' SIZE 2048M EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; 1
  • 4.
    Installation Steps Step 2 Create a Directory In D Drive Name As Like Apex_Installation  Unzip Downloaded Apex 5.1.4 in Location D:apex_installationapex 2
  • 5.
    Installation Steps Step 3 Go the Apex Directory cd /d D:apex_installationapex  Login sqlplus sys as sysdba  Run Following Script @apexins.sql Apex_DT Apex_DT temp /i/ Wait few Minutes approximately 10 to 15mnts 3
  • 6.
    Installation Steps Step 4 AgainConnect sqlplus from the Apex Directory sys as sysdba  Run Following Script @apxrtins.sql apex_data apex_data temp /i/ 4
  • 7.
    Installation Steps Step 5 ALTERUSERS > alter user apex_public_user account unlock identified by Apex2018; > alter user flows_files account unlock identified by Apex2018; PORT DEFINE > exec dbms_xdb.sethttpport(8080); 5
  • 8.
    Installation Steps Step 6 Run Following Script @apex_rest_config.sql  Run The Network (ACL) Script GO to The Directory cd /d E:Apex_Files conn as sysdba from the Apex Directory Run > @Apex_network_admin_privliage.sql; 6
  • 9.
    Installation Steps Step 7 Run Following Script @apex_epg_config.sql D:apex_installation  Alter User alter user anonymous account unlock identified by Apx2018; 7
  • 10.
    Installation Steps Step 8 Run Following Script @apxconf Sample Password : ApexBB123# Complete  8
  • 11.
    Welcome To OracleApex Open Your Browser : Write on Address Bar : localhost:8080/apex