
Oracle Application Express (APEX) is a low-code development platform that enables you to build scalable, secure enterprise apps, with world-class features, that can be deployed anywhere. Using APEX, developers can quickly develop and deploy compelling apps that solve real problems and provide immediate value. You won’t need to be an expert in a vast array of technologies to deliver sophisticated solutions. Focus on solving the problem and let APEX take care of the rest.
C:\oracle\db_home
C:\oracle\db_home\setup.exe
C:\oracle
C:\oracle\oradata
orcldb
<add your password>
C:\oracle\apex
$ C:$ cd C:\oracle\apex
$ sqlplus sys@orcldb as sysdba
$ @apexins.sql sysaux sysaux temp /i/
@apxchpwd.sql
$ @apex_rest_config.sql
alter user anonymous account unlock identified by <password>;alter user apex_listener account unlock identified by <password>;alter user apex_public_user account unlock identified by <password>;alter user apex_rest_public_user account unlock identified by <password>;alter user apex_210100 account unlock identified by <password>; // do not forget to change apex version to your version
$ exit
Now apex installed.
C:\oracle\ords
C:\oracle\apex\images
to C:\oracle\ords\images
C:\oracle\ords\config
$ C:$ cd C:\oracle\ords
$ java -jar ords.war install
C:\oracle\ords\config
C:\oracle\ords\images
http://localhost:8080/ords/apex_admin
That is all, now you have APEX fully installed locally.
Quick Links
Legal Stuff