How to Install Oracle APEX 21.2 | DB 12cR2 | Executive | Windows 10

Опубликовано: 15 Октябрь 2025
на канале: Omar Baig عمر بیگ
30
0

Today we are going to Install Oracle APEX 21.2 and ORDS 21.4 with Database 12c Release 2 in Windows 10 InshaAllah. [Quickly]

Patreon:   / omarbaig  

a. Create folder with name "12cR2_21.2" under this folder we create 2 folder with name "DB" & "ords".
b. Unzip Oracle Database 12c
c. Unzip ords 21.4 in a folder "ords" (C:\12cR2_21.2\ords), so you do not need to copy & paste it (ords)
d. Download ORDS 21.4 from this link
https://www.oracle.com/database/techn...
e. Download Oracle APEX 21.2 from this link
https://www.oracle.com/tools/download...
f. Unzip "apex_21.2" in a folder (C:\12cR2_21.2), so we do not need to copy & paste it (apex folder)
Java version is Java 8 update 211 (java -version)
g. Run database setup with "Administrator" rights.
h. I do not wish to receive Security Updates.
i. Create & configure a database.
j. Desktop Class.
k. Use Windows Built-in Account (you can use other option as well)
l. Assign "Oracle Base" (C:\12cR2_21.2\DB), "Global Database Name(orcl21), Pass.., Confirm Pass.., & uncheck "Create as Container database" option."
k. Hit "Install" button.
l. Open cmd prompt & reach where apex folder is available.
m. Run sqlplus /nolog
n. Connect as sys as sysdba
o. Check sga_max_size by running this command
show parameter sga;
if less than 3000m then increase it by running this command
ALTER SYSTEM SET MEMORY_TARGET = 4000M SCOPE=SPFILE;
p. Shut down database by running this command (we shutdown database to reflect the changes we did it in sga_max_size)
shut immediate;
q. Start it by running this command
startup
r. Check sga_max_size again by running this command
show parameter sga;
s. Remain in cmd
t. Install apex by running this command
@apexins sysaux sysaux temp /i/
u. Run @apxchpwd.sql, username is "ADMIN", provide email, & pass.. from your choice.
v. Run this command in cmd & make sure that you connect with "SYS" user
ALTER USER APEX_PUBLIC_USER IDENTIFIED BY oracle ACCOUNT UNLOCK;
w. Run @apex_rest_config.sql (provide pass.. for APEX_LISTENER, & APEX_REST_PUBLIC_USER)
x. Open cmd again with "Administrator" rights & reach where ords is available.
y. Run this command java -jar ords.war install advanced.
z. Provide Configuration path & hit "Enter" button. "C:\12cR2_21.2\ords"
za. Enter number for... [1]: Hit "Enter" button.
zb. Database server is [localhost]: Hit "Enter" button
zc. Enter listen port [1521]: Hit "Enter" button, my port is 1521 your port will be different.
zd. Specify Database SID [1]: provide option "2" & hit "Enter" button, my database SID "orcl12"
ze. Enter 1 if you want to verify... [1]: Hit "Enter" button.
zf. Enter pass.. & Confirm pass.. for ORDS_PUBLIC_USER
zg. Enter administrator username, pass.., & Confirm pass...
zh. Enter the default... [SYSAUX]: Hit "Enter" button.
zi. Enter the temporary... [TEMP]: Hit "Enter" button.
zj. Enter the default... ORDS_PUBLIC_USER [SYSAUX]: Hit "Enter" button.
zk. Enter the temporary... ORDS_PUBLIC_USER [TEMP]: Hit "Enter" button.
zl. If using Oracle Application Express or migrating from... [1]: Hit "Enter" button
zm. Enter the PL/SQL Gateway... [APEX_PUBLIC_USER]: Hit "Enter" button.
zn. Specify pass.., & Confirm pass.. for APEX_PUBLIC_USER.
zo. Enter 1 to specify passwords for Application Express... [1]: Hit "Enter" button, specify pass.., & Confirm Pass.. for both "APEX_LISTENER" & "APEX_REST_PUBLIC_USER".
zp. Enter a number to select a feature to enable [1] SQL Developer Web... [1]: Hit "Enter" button.
zq. Go to apex folder copy "images" folder from "C:\12cR2_21.2\apex" & paste it to "C:\12cR2_21.2\ords"
zr. Enter 1 if you wish to start in standalone mode... [1]: Hit "Enter" button
zs. Enter the APEX static resources...: Provide "image" path "C:\12cR2_21.2\ords\images"
zt. Enter 1 if using HTTP.... [1]: Hit "Enter" button.
zu. Enter the HTTP Port [8080]: Hit "Enter" button or define from your choice.
zv. Open cmd with administrator rights, reach where ORDS folder is available (C:\18c_21.2\ords) & run this command "java -jar ords.war", when "Oracle REST Data Services initialized" appear use Oracle APEX, minimize command prompt do not close it.

Search Tags:
Omar Baig, Oracle AEPX 21.2 Installation, How to Install Oracle AEPX 21.2, Oracle AEPX 21.2, How to Install Oracle AEPX 21.1, Oracle AEPX 21.1

Chapters
00:34 Creating Folders
01:04 Unzipping Folders
03:04 Database Installation
05:30 Oracle APEX Installation
07:44 Oracle APEX Configuration
09:02 ORDS 21.4 Installation

#OmarBaig #OracleAPEX212Installation #OracleDatabase12cR2Installation