saINSTALLATION APEX 23.2 & CONFIGURE ORDS 23.
4 WITH DB 19C
1 - Install Oracle databse (12c,18c ,19c) any version.
2 - Set memory target (At least 300M)
3 – check plugable database
4 – Set Plugable Database (ORCLPDB)
5 – if Plugable Database is mounted so we open:
6 – then save & restart
7 – check status DBA_PDB
NOW WE INSTALL ORACLE APEX WITH ORDS
1 - Open CMD
2 - go to Apex directory & connect with database
3 – show pdbs;
Set pluglable database session
5 – Now run installation command
@apexins.sql sysaux sysaux temp /i/
When complete installation command so:
6 – show pdbs;
7 – Setup Instance ADMIN
“@apxchpwd.sql”
Username : admin
Email :
[email protected]Password: Welcome#123
8 - @apex_rest_config.sql
Set password: Welcome#123
9 – show pdbs;
10 - ALTER USER APEX_PUBLIC_USER identified by Welcome#123 account unlock;
exit
11 – Unzip Ords 23.4 in apex folder
11 – Install Java 17 in system.
12 – set java in environment variable
13 – go to ords directory with administration rights
Java -jar ords.war install advanced