Apex Installation
Apex Installation
1 Install +++
2-Apex Install
3-tnsnames.ora Service
5-@apex_rest_config.sql
6-orclpdb Connection
8-ORDS Install
01-Short Path
- Oracle XE 21c +XEpdb1 alter session(https://www.youtube.com/watch?v=DYleroLay5E) OR Use Container
- Oracle Apex 21.2 Install
- Oracle ORDS With SQL Developer Standalone port (Ex:8082) +images Path
02-Long Path
- Oracle XE 21c +XEpdb1 alter session
- Tomcat Install
- Oracle ORDS With SQL Developer Not Standalone port
- Oracle Apex 21.2 Install
- Adjust Tomcat +ORDS and Images path
- Run Apex ==> http://localhost/ords ==>Tomcat -->ORDS
01-Short Path
- Oracle XE 21c +XEpdb1 alter session(https://www.youtube.com/watch?v=DYleroLay5E) OR Use Container
- Oracle Apex 21.2 Install
- Oracle ORDS With SQL Developer Standalone port (Ex:8082) +images Path
- Run Apex ==> http://localhost:8082/ords
##############################################################################################
##############################################################################################
##############################################################################################
02-Long Path
- Oracle XE 21c +XEpdb1 alter session OR 12C ALTER SESSION SET CONTAINER="PDB_NAME"
- Tomcat Install
- Oracle ORDS With SQL Developer Not Standalone port
- Oracle Apex 21.2 Install
- Adjust Tomcat +ORDS and Images path
1-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12-
13-
14-
15-
16-
17-
18-
19-
Oracle Enterprise Manager Database Express URL: https://localhost:5500/em
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
G:\app\azab\virtual\product\12.2.0\dbhome_1\network\admin
35-
36-
37-
38-
39-
--------------tnsnames.ora -------------------------------------------------------
ORCLpdb =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orclpdb)
)
)
---------------------------------------------------------------------------------------
conn hr/hr@orclpdb
Select * from Employees
INSTALL TOMCAT 80
INSTALL TOMCAT 80
localhost
JDK Download
2-
3-
4-
5-
JDK Install
6-
7-
8-
9-
10-
Tomcat Download
1-
2-
3-
4-
Tomcat Install
1-
2-
3-
4-
5-
6-
7-
8-
9-
Tomcat Run
1-
2-
3-
4-
5-
Done!!!!!!
1-Download
2-
3-
4-
5-
6-
7-
8-
9-
11-
12-
13-Apex Admin User
14-
15-
1-
SQL Developer
Create 2 Connections ==>orclsys ,orclpdbsys
--------------------------------------------------------------------
8-Use oraclpdb conn
----------------------------------------------------------------
alter USER APEX_210100 IDENTIFIED BY sys account UNLOCK;
alter USER APEX_LISTENER IDENTIFIED BY sys account UNLOCK;
alter USER APEX_PUBLIC_USER IDENTIFIED BY sys account UNLOCK;
alter USER APEX_REST_PUBLIC_USER IDENTIFIED BY sys account UNLOCK;
------------------------------------------
9-Use orclsys Connection
----------------------------------------------
alter USER ANONYMOUS IDENTIFIED BY sys account UNLOCK;
1-
2-
3-
4-
5-
ANONYMOUS
ORDS INSTALL
1-Download
2-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12-
13-
14-
15-
to get Port Num
16-
17-
18-
19-
APEX ADMIN ==>CREATE WORKSPACE ==>WS LOGIN ==>CREATE APP ==>PDF TEST
ORDS
8086
1-JDK 8
2-Go to ords ====> CMD AS ADMIN
3-java -jar ords.war install
4-STEPS
-------------------------------------------->
http://localhost/ords/