Install Oracle Apex 22.1 | Database 21c XE | ORDS 22 | Windows

M-Tech
M-Tech
32.7 هزار بار بازدید - 2 سال پیش - How to Install Oracle APEX
How to Install Oracle APEX 22.1
01. Download APEX 22.1 , Oracle XE 21 Database, ORDS 22,Java (JDK)

• Install the Database  and JDK.
• Extract APEX Zip file.
• Open Command Prompt (CMD) as Administrator.
• Open APEX path in cmd and conn to oracle.

sqlplus /nolog
conn sys/1996 as sysdba

• Now we ready to install. Run apexins.sql with all parameters.
show pdbs
alter session set container =  XEPDB1;
COLUMN default_tablespace   FORMAT A15
COLUMN temporary_tablespace FORMAT A15
@apexins.sql SYSAUX SYSAUX TEMP /i/

• Run apex_rest_config.sql to create rest users.
@apex_rest_config.sql

• Run
@apxchpwd.sql

• Unlock users
ALTER USER APEX_LISTENER IDENTIFIED BY 1996 ACCOUNT UNLOCK;
ALTER USER APEX_PUBLIC_USER IDENTIFIED BY 1996 ACCOUNT UNLOCK;
ALTER USER APEX_REST_PUBLIC_USER IDENTIFIED BY 1996 ACCOUNT UNLOCK;

•      Exit and connect again sys as sysdba(step 4)
alter pluggable database pdb$seed close;
alter pluggable database pdb$seed open read write;


• Install the ORDS using below command using Jar file.
•       Create folder as E:\ords\config
java -jar ords.war --config E:\ords\config install

• for start ORDS
java -jar ords.war --config E:\ords\config serve
2 سال پیش در تاریخ 1401/04/26 منتشر شده است.
32,734 بـار بازدید شده
... بیشتر