How to Install Oracle Apex 20.1 in Oracle 11g XE 64 Bit (Windows)

How to Install Oracle Apex 20.1 in Oracle 11g XE 64 Bit (Windows)

Database Download Link : https://drive.google.com/file/d/1ku42Evn0m4_unDQNKpGd_UQ9T4TZLL2J/view?usp=sharing

Oracle Apex Download Link            https://drive.google.com/file/d/1Reon7vbTqX4EYgq7BhpenWpbjGjxkbnA/view?usp=sharing

CMD (FROM RUN)

c:
CD apex_instl
CD apex

C:\oraclexe\app\oracle\product\11.2.0\server\bin\sqlplus.exe /NOLOG

conn SYS/SYS@XE AS SYSDBA

@apexins sysaux sysaux temp /i/

C:\oraclexe\app\oracle\product\11.2.0\server\bin\sqlplus.exe /NOLOG

conn SYS/SYS@XE AS SYSDBA

@apxchpwd.sql

     User : ADMIN
     Password : Apex*123

C:\oraclexe\app\oracle\product\11.2.0\server\bin\sqlplus.exe /NOLOG

conn SYS/SYS@XE AS SYSDBA

@apex_epg_config.sql D:\apex_20.1

------------------- complete

@apex_rest_config.sql

Password : Apex123

CONN SYS/SYS@XE AS SYSDBA

ALTER USER APEX_LISTENER  ACCOUNT UNLOCK identified by Apex123;

ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK identified by Apex123;

ALTER USER APEX_REST_PUBLIC_USER ACCOUNT UNLOCK identified by Apex123;

ALTER USER APEX_INSTANCE_ADMIN_USER ACCOUNT UNLOCK identified by Apex123;

ALTER USER APEX_200100 ACCOUNT UNLOCK identified by Apex123;

ALTER USER ORDSYS ACCOUNT UNLOCK identified by Apex123;

ALTER USER ANONYMOUS ACCOUNT UNLOCK;

ALTER USER anonymous IDENTIFIED BY Apex123 ACCOUNT UNLOCK CONTAINER=ALL;

SELECT DBMS_XDB.gethttpport FROM DUAL;

EXEC DBMS_XDB.sethttpport(8040);

ALTER USER APEX_PUBLIC_USER IDENTIFIED BY Apex123 ACCOUNT UNLOCK;


Go to Chrome or firefox Browser and paste the following :              http://127.0.0.1:8040/apex/

Workspace : INTERNAL
Username  : ADMIN
Password  : Apex*123

To Unistall Oracle Apex:

C:
CD apex_instl
CD apex

C:\oraclexe\app\oracle\product\11.2.0\server\bin\sqlplus.exe /NOLOG

conn SYS/SYS@XE AS SYSDBA

---- @apxremov.sql  




Muhammad Abdullah Al Noor

Muhammad Abdullah Al Noor, An Oracle Apex Consultants and founder of Noors Technology (www.noorstech.com). Core Expertise : Database Administration, Oracle Forms and Reports Development, Oracle Apex Application Designer and Development, Linux Professional etc. Also the owner of TrainerBD Training and OraDemy E-Learning. WhatsApp +8801790721177

Post a Comment

Previous Post Next Post