Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Apex 5.

0 Install
===================================

3.1.2: Creating Table Space for Apex Installation


=================================================
Conn Sys User. then Create Tablespace--->

create tablespace apex_tbsb datafile 'C:\app\shelly\oradata\orcldb\apex_tbsb.dbf'


size 3g autoextend on next 1m
segment space management auto
extent management local;

Tablespace created.

CREATE BIGFILE TABLESPACE APEX_TBSB DATAFILE


'C:\app\shelly\oradata\orcldb\apex_tbsb.OR' SIZE 3G AUTOEXTEND ON NEXT 8M MAXSIZE
34359738344K
NOLOGGING
ONLINE
PERMANENT
EXTENT MANAGEMENT LOCAL AUTOALLOCATE
BLOCKSIZE 8K
SEGMENT SPACE MANAGEMENT AUTO
FLASHBACK ON;

3.1.3: Locating Oracle Apex 5.0 source file in the command prompt for install
=============================================================================
SQL> quit
C:\Users\Administrator> cd E:\Oracle_Apex_BI_Software\apex
C:\ >D:
D:\SOFTWARES\ORACLE\apex_5.0_en\apex

3.1.3: Start Installation of Apex 5.0


======================================
SQL> @apexins APEX_DATA APEX_DATA TEMP /i/

3.1.4: Loading Apex required Images into Database:


===================================================
SQL> @apxldimg
PL/SQL procedure successfully completed.
Enter value for 1: E:\Oracle_Apex_BI_Software

3.1.5: Unlocking required database users.


=============================================
SQL> ALTER USER ANONYMOUS IDENTIFIED BY ANONYMOUS ACCOUNT UNLOCK;

ALTER USER XDB IDENTIFIED BY XDB ACCOUNT UNLOCK;

ALTER USER APEX_PUBLIC_USER IDENTIFIED BY APEX_PUBLIC_USER ACCOUNT UNLOCK;

ALTER USER FLOWS_FILES IDENTIFIED BY FLOWS_FILES ACCOUNT UNLOCK;

3.1.6: Defining Apex Administrator and authentication


=====================================================
SQL> @apxchpwd

Enter the administrator's username [ADMIN]


Enter Admin's email [admin] dbhossain@yahoo.com

Enter Admin's Password [ ] *****

Changed password of instance administrator Admin

3.1.7: Defining apex http port


==================================
SQL> SELECT DBMS_XDB.gethttpport FROM DUAL;

SQL> EXEC DBMS_XDB.sethttpport(8181);

3.1.8: Embedded PL/SQL Gateway (EPG) Configuration


====================================================
SQL> @apex_epg_config

Enter value for 1: C:\app\oracle

3.1.9: Create the APEX_LISTENER and APEX_REST_PUBLIC_USER


===========================================================
SQL> @apex_rest_config

Enter password for the APEX_LISTENER user [ ]

Enter password for the APEX_REST_PUBLIC_USER user [ ]

3.1.10: Launching Oracle Apex 5.0 Interface


=============================================
http://192.168.1.20:7777/apex

http://rnd:7777/apex

You might also like