0% found this document useful (0 votes)
24 views2 pages

Appex

The document provides steps to install and configure Oracle APEX. It outlines setting up a tablespace, running installation scripts, configuring passwords and ports, and accessing APEX in a web browser.

Uploaded by

abdullah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Appex

The document provides steps to install and configure Oracle APEX. It outlines setting up a tablespace, running installation scripts, configuring passwords and ports, and accessing APEX in a web browser.

Uploaded by

abdullah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

1-open sqlplus.

--------------
2-log in sys as sysdba.
------------
3-go to path of oracle
ex:- c\app\dwll\oradata\orcl

------------
4- write this statement in sqlplus
create tablespace apex datafile 'C:\app\dwll\oradata\orcl\apex19.dbf' size 100m
autoextend on next 1m;

Tablespace created.
-----------
5- close sqlplus
open command
-------------
6-write path of apex
in my divice is
D:\>cd\teatch\Oracle\APEX\apex
-------------
7-enter to sqlplus
D:\teatch\Oracle\APEX\apex>sqlplus

then enter to sys as sysdba


--------------
8-run apexins
@apexins.sql apex apex temp /i/
-------------------
9-change admine password
@apxchpwd.sql

Enter the administrator's username [ADMIN]


User "ADMIN" exists.
Enter ADMIN's email [ADMIN]
Enter ADMIN's password []ASas12!@
‫يجب ان تكون تحتوي على احرف كبيره وصغيره واراقام‬
--------------
10-CREATE APEX LISTENER
@apex_rest_config.sql
password 1--6
----------
11-download images write the path of apex folder

@apex_epg_config.sql D:\teatch\Oracle\APEX

-- Loading images directory: D:\teatch\Oracle\APEX/apex/images


timing for: Load Images
Elapsed: 00:02:47.41
---------------------
12- unlock user ANONYMOUS
Alter user ANONYMOUS account unlock;

-------------
13-select port
select dbms_xdb.gethttpport from dual;
--------------
14-change port
Exec dbms_xdb.sethttpport(8080);
-------------

15-open apex in browser


127.0.0.1:8080/apex
------------------

You might also like